diff --git a/doc/ChangeLog b/doc/ChangeLog index eb25b2d1e..eaf90840c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-08-29 John Luke + + * en/GLib/Boxed.xml: + * en/GLib/DelegateWrapper.xml: transfer in-line comments + 2003-08-25 John Luke * en/Gtk/Layout.xml: mostly documented diff --git a/doc/en/GLib/Boxed.xml b/doc/en/GLib/Boxed.xml index 54e11998a..d7c77f943 100644 --- a/doc/en/GLib/Boxed.xml +++ b/doc/en/GLib/Boxed.xml @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + An abstract base class to derive structures and marshal them. + System.Object @@ -24,10 +24,10 @@ - To be added - To be added: an object of type 'object' - To be added: an object of type 'GLib.Boxed' - To be added + Constructs a Boxed type from a raw ref. + an object of type + an object of type + @@ -38,10 +38,10 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'GLib.Boxed' - To be added + Internal Constructor + an object of type + an object of type + This is not typically called directly. @@ -54,8 +54,8 @@ To be added - To be added: an object of type 'object' - To be added: an object of type 'object' + an object of type + an object of type To be added @@ -68,10 +68,10 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'IntPtr' - To be added + Gets or sets a marshallable . + an object of type + an object of type + diff --git a/doc/en/GLib/DelegateWrapper.xml b/doc/en/GLib/DelegateWrapper.xml index 6e6bd35b7..b70870f54 100644 --- a/doc/en/GLib/DelegateWrapper.xml +++ b/doc/en/GLib/DelegateWrapper.xml @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Wrapper class for delegates. + System.Object @@ -24,9 +24,9 @@ - To be added + IMPORTANT: this method must be the first one called from the callback methods that are invoked from unmanaged code. a - To be added + If this method returns , the object that created the delegate wrapper no longer exists and the instance of the delegate itself is removed from the hash table. @@ -37,10 +37,10 @@ - To be added + The is the object that creates the instance of the DelegateWrapper derived class or null if created from a static method. a a - To be added + Note that the instances will never be disposed if they are created in a static method.