From cab41adc32b106ced839547737041f3acbc2f856 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Fri, 2 Jul 2004 16:54:40 +0000 Subject: [PATCH] 2004-07-02 Mike Kestner * en/GLib/*.xml : more glib docs. svn path=/trunk/gtk-sharp/; revision=30686 --- doc/ChangeLog | 4 ++++ doc/en/GLib/EnumWrapper.xml | 4 ++-- doc/en/GLib/GException.xml | 16 ++++++++-------- doc/en/GLib/GType.xml | 2 +- doc/en/GLib/IWrapper.xml | 8 ++++---- doc/en/GLib/Idle.xml | 6 +++--- doc/en/GLib/ListBase.xml | 35 ++++++++++++++++++----------------- 7 files changed, 40 insertions(+), 35 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 029e8d0da..8a704791b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-07-02 Mike Kestner + + * en/GLib/*.xml : more glib docs. + 2004-07-02 Mike Kestner * en/GLib/*.xml : docs for Boxed, ConnectBeforeAttribute, and diff --git a/doc/en/GLib/EnumWrapper.xml b/doc/en/GLib/EnumWrapper.xml index 5897b3349..f8303c484 100644 --- a/doc/en/GLib/EnumWrapper.xml +++ b/doc/en/GLib/EnumWrapper.xml @@ -28,8 +28,8 @@ - To be added - To be added + Indicates if the enum has the . + diff --git a/doc/en/GLib/GException.xml b/doc/en/GLib/GException.xml index c844e9caa..55e1c2cba 100644 --- a/doc/en/GLib/GException.xml +++ b/doc/en/GLib/GException.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Exception emitted by GError receipt from native methods. + When a native method takes a GError parameter to report failures in method invocation, if the GError parameter is set after method invocation this Exception is thrown to report the error. System.Exception @@ -43,10 +43,10 @@ - To be added - an object of type + Internal constructor. + a handle to the native GError pointer. an object of type - To be added + This constructor is public so that generated code in assemblies outside of glib-sharp.dll can access it, but it should not be necessary to use it from application code. @@ -57,9 +57,9 @@ - To be added - a - To be added + The error text contained in the native GError. + a representing the error message contained in the native GError. + diff --git a/doc/en/GLib/GType.xml b/doc/en/GLib/GType.xml index 98070e235..3872a2ff4 100644 --- a/doc/en/GLib/GType.xml +++ b/doc/en/GLib/GType.xml @@ -245,7 +245,7 @@ public class MagrittesWindow : Window { a a - To be added + diff --git a/doc/en/GLib/IWrapper.xml b/doc/en/GLib/IWrapper.xml index a78772a91..684040e18 100644 --- a/doc/en/GLib/IWrapper.xml +++ b/doc/en/GLib/IWrapper.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Interface to identify a handle accessible wrapped type. + This interface is used by the code generator, but it not typically used by application code. @@ -24,9 +24,9 @@ System.IntPtr - To be added + A pointer to the native type instance. an object of type - To be added + diff --git a/doc/en/GLib/Idle.xml b/doc/en/GLib/Idle.xml index 7bd585ca5..eaabb0fec 100644 --- a/doc/en/GLib/Idle.xml +++ b/doc/en/GLib/Idle.xml @@ -69,10 +69,10 @@ - To be added - a + Removes an Idle handler from the Main Loop. + an to remove. a - To be added + diff --git a/doc/en/GLib/ListBase.xml b/doc/en/GLib/ListBase.xml index 1a1ed8114..c473798d8 100644 --- a/doc/en/GLib/ListBase.xml +++ b/doc/en/GLib/ListBase.xml @@ -44,8 +44,9 @@ - To be added - To be added + The of the elements of the list. + + subclasses are handled automatically, so it is not necessary to set this field for lists of . @@ -154,9 +155,9 @@ System.Object - To be added - an object of type - To be added + Synchronization root. + always + Always returns since this type is never synchronized. @@ -166,9 +167,9 @@ System.Boolean - To be added - an object of type - To be added + Indicates if the list is synchronized. + always + Always returns false. @@ -178,9 +179,9 @@ System.Int32 - To be added - an object of type - To be added + The number of elements in the list. + the number of elements in the list as an + @@ -205,10 +206,10 @@ - To be added + Indicates if the native handle is owned by the Managed list class. an object of type an object of type - To be added + Identifies the list as one that needs to be freed. Only set this to true if you want the object to release the associated native list when it is disposed. @@ -249,10 +250,10 @@ - To be added - a - a - To be added + Indexer for list members. + a representing the 0 indexed offset to the member. + the list member at as an . +