From 3eacb4f47a6694b48c1c9b30e9f830b15dd04d31 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Mon, 12 Apr 2004 16:40:31 +0000 Subject: [PATCH] 2004-04-12 Mike Kestner * en/GLib/Object.xml : some more docs for the Raw property. svn path=/trunk/gtk-sharp/; revision=25370 --- doc/ChangeLog | 4 ++++ doc/en/GLib/Object.xml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 2628c75fb..fa515dee2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-04-12 Mike Kestner + + * en/GLib/Object.xml : some more docs for the Raw property. + 2004-03-17 Alex Combas * en/Gtk/Accel.xml: Full doc. diff --git a/doc/en/GLib/Object.xml b/doc/en/GLib/Object.xml index 800223637..41ac905a1 100644 --- a/doc/en/GLib/Object.xml +++ b/doc/en/GLib/Object.xml @@ -137,7 +137,7 @@ The raw GObject reference associated with this wrapper. an object of type an object of type - Only subclasses of Object can access this read/write property. For public read-only access, use the Handle property. + 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. @@ -331,4 +331,4 @@ - \ No newline at end of file +