mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 18:25:41 +00:00
Fix a missing <para> tag.
svn path=/trunk/gtk-sharp/; revision=11807
This commit is contained in:
parent
e38298641d
commit
388ec2d564
|
@ -1,5 +1,5 @@
|
||||||
<Type Name="GC" FullName="Gdk.GC">
|
<Type Name="GC" FullName="Gdk.GC">
|
||||||
<TypeSignature Language="C#" Value="public class GC : GLib.Object, IWrapper, IDisposable" Maintainer="auto" />
|
<TypeSignature Language="C#" Value="public class GC : GLib.Object, IWrapper, IDisposable" Maintainer="miguel" />
|
||||||
<AssemblyInfo>
|
<AssemblyInfo>
|
||||||
<AssemblyName>gdk-sharp</AssemblyName>
|
<AssemblyName>gdk-sharp</AssemblyName>
|
||||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||||
|
@ -536,9 +536,10 @@
|
||||||
<returns>the new stipple bitmap.</returns>
|
<returns>the new stipple bitmap.</returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
<para>
|
<para>
|
||||||
Set the stipple bitmap for a graphics context. The
|
Set the stipple bitmap for a graphics context. The
|
||||||
stipple will only be used if the fill mode is <see cref="E:Gdk.Fill.Stippled"/>
|
stipple will only be used if the fill mode is <see cref="E:Gdk.Fill.Stippled"/>
|
||||||
or <see cref="Gdk.Fill.OpaqueStippled"/>.
|
or <see cref="Gdk.Fill.OpaqueStippled"/>.
|
||||||
|
</para>
|
||||||
</remarks>
|
</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
|
|
Loading…
Reference in a new issue