whitespace from updater
svn path=/trunk/gtk-sharp/; revision=122569
This commit is contained in:
parent
33cd36a8fd
commit
ca8f9980bf
1 changed files with 10 additions and 8 deletions
|
@ -120,8 +120,10 @@
|
|||
<Docs>
|
||||
<param name="o">Object to test for equality.</param>
|
||||
<summary>Tests for equality.</summary>
|
||||
<returns><see langword="true" /> if the native type is equivalent.</returns>
|
||||
<remarks></remarks>
|
||||
<returns>
|
||||
<see langword="true" /> if the native type is equivalent.</returns>
|
||||
<remarks>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.4" />
|
||||
</Docs>
|
||||
</Member>
|
||||
|
@ -164,7 +166,7 @@
|
|||
<Docs>
|
||||
<param name="native_name">Native type name.</param>
|
||||
<summary>Looks up a native type value by name.</summary>
|
||||
<returns>the requested type, or <see cref="M:GLib.GType.Invalid"/> if lookup fails.</returns>
|
||||
<returns>the requested type, or <see cref="M:GLib.GType.Invalid" /> if lookup fails.</returns>
|
||||
<remarks />
|
||||
<since version="Gtk# 2.12" />
|
||||
</Docs>
|
||||
|
@ -274,7 +276,7 @@
|
|||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>Native G_TYPE_LONG.</summary>
|
||||
<remarks>Note, it is safer to use <see cref="M:GLib.GType.Int64"/> when using managed long types.</remarks>
|
||||
<remarks>Note, it is safer to use <see cref="M:GLib.GType.Int64" /> when using managed long types.</remarks>
|
||||
<since version="Gtk# 2.12" />
|
||||
</Docs>
|
||||
</Member>
|
||||
|
@ -335,7 +337,7 @@
|
|||
<param name="a">a type to compare.</param>
|
||||
<param name="b">a type to compare.</param>
|
||||
<summary>Equality operator.</summary>
|
||||
<returns>if <see langword="true"/>, a and b are the same native type.</returns>
|
||||
<returns>if <see langword="true" />, a and b are the same native type.</returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
|
@ -368,7 +370,7 @@
|
|||
<Docs>
|
||||
<param name="type">a managed type.</param>
|
||||
<summary>Casts a managed type to a native type.</summary>
|
||||
<returns>a native type corresponding to the given native type, or <see cref="M:GLib.GType.Invalid"/> if no corresponding type is found.</returns>
|
||||
<returns>a native type corresponding to the given native type, or <see cref="M:GLib.GType.Invalid" /> if no corresponding type is found.</returns>
|
||||
<remarks />
|
||||
<since version="Gtk# 2.4" />
|
||||
</Docs>
|
||||
|
@ -387,7 +389,7 @@
|
|||
<param name="a">a type to compare.</param>
|
||||
<param name="b">a type to compare.</param>
|
||||
<summary>Inequality operator.</summary>
|
||||
<returns>if <see langword="true"/>, a and b are not the same native type.</returns>
|
||||
<returns>if <see langword="true" />, a and b are not the same native type.</returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
|
@ -509,7 +511,7 @@
|
|||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>The <see cref="T:GLib.GType" /> for gulong values.</summary>
|
||||
<remarks>Note: it is safer to use <see cref="M:GLib.GType.UInt64"/> for managed ulongs.</remarks>
|
||||
<remarks>Note: it is safer to use <see cref="M:GLib.GType.UInt64" /> for managed ulongs.</remarks>
|
||||
<since version="Gtk# 2.12" />
|
||||
</Docs>
|
||||
</Member>
|
||||
|
|
Loading…
Reference in a new issue