2004-04-12 Mike Kestner <mkestner@ximian.com>

* en/GLib/Object.xml : some more docs for the Raw property.

svn path=/trunk/gtk-sharp/; revision=25370
This commit is contained in:
Mike Kestner 2004-04-12 16:40:31 +00:00
parent 1ac00ff205
commit 3eacb4f47a
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-04-12 Mike Kestner <mkestner@ximian.com>
* en/GLib/Object.xml : some more docs for the Raw property.
2004-03-17 Alex Combas <yummyfiddlehead@yahoo.com>
* en/Gtk/Accel.xml: Full doc.

View File

@ -137,7 +137,7 @@
<summary>The raw GObject reference associated with this wrapper.</summary>
<param name="value">an object of type <see cref="T:System.IntPtr" /></param>
<returns>an object of type <see cref="T:System.IntPtr" /></returns>
<remarks> Only subclasses of Object can access this read/write property. For public read-only access, use the Handle property.</remarks>
<remarks> Only subclasses of Object can access this read/write property. For public read-only access, use the Handle property. This property should only be used from constructors to set a native object pointer instantiated by the constructor. The constructor should chain to base (IntPtr.Zero) on the base class to ensure that no other native objects are instantiated for the class.</remarks>
</Docs>
</Member>
<Member MemberName="Data">
@ -331,4 +331,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>