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:
parent
1ac00ff205
commit
3eacb4f47a
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue