mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 19:45:37 +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">
|
||||
<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>
|
||||
<AssemblyName>gdk-sharp</AssemblyName>
|
||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||
|
@ -536,9 +536,10 @@
|
|||
<returns>the new stipple bitmap.</returns>
|
||||
<remarks>
|
||||
<para>
|
||||
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"/>
|
||||
or <see cref="Gdk.Fill.OpaqueStippled"/>.
|
||||
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"/>
|
||||
or <see cref="Gdk.Fill.OpaqueStippled"/>.
|
||||
</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
|
|
Loading…
Reference in a new issue