diff --git a/doc/en/GLib/Idle.xml b/doc/en/GLib/Idle.xml index 189d241b9..2e6475acc 100644 --- a/doc/en/GLib/Idle.xml +++ b/doc/en/GLib/Idle.xml @@ -35,27 +35,25 @@ The delegate method that will be invoked. The handler code assigned to this idle handler. - - This function installs the as a + + This function installs the as a handler to be invoked when the GLib mainloop is idle. If - the handler returns the handler is - kept for another round of Idle execution, if is returned, the handler is removed. + the handler returns the handler is + kept for another round of Idle execution, if is returned, the handler is removed. - + This method can be invoked from a differen thread than the one running the Gtk main loop. The delegate will be invoked within the context of the Gtk main loop. - + The thread-safety of this routine can be used to queue work by a thread to be performed in the context of the main Gtk thread. Gtk# is thread aware, but not thread - safe; See the Gtk# Thread + safe; See the Gtk# Thread Programming for details. - + diff --git a/doc/en/GLib/IdleHandler.xml b/doc/en/GLib/IdleHandler.xml index 609ae5a99..b6b191879 100644 --- a/doc/en/GLib/IdleHandler.xml +++ b/doc/en/GLib/IdleHandler.xml @@ -11,9 +11,8 @@ The handler specified by the delegate will be invoked during - the GLib main loop execution. If the handler returns the handler is kept for another round of - Idle execution, if is returned, the + the GLib main loop execution. If the handler returns the handler is kept for another round of + Idle execution, if is returned, the handler is removed. diff --git a/doc/en/GLib/List.xml b/doc/en/GLib/List.xml index 5ab6ca47b..a6f4ce2c5 100644 --- a/doc/en/GLib/List.xml +++ b/doc/en/GLib/List.xml @@ -19,11 +19,11 @@ unmanaged resources. - + For example to create a list of widgets, you would use the following sample: - + GLib.List MakeList (Gtk.Widget a, Gtk.Widget b) { GLib.List l = new GLib.List ((IntPtr) 0, typeof (Gtk.Widget)); @@ -31,8 +31,8 @@ l.Append (b.Handle); } - - The argument to the GLib.List + + The argument to the GLib.List constructor, allows the list enumerator code to return properly wrapped or demarshalled objects from the unmanaged world into the managed world. @@ -73,11 +73,11 @@ Duplicates the list, shallow copy. The duplicated list - + Makes a new copy of the list. The individual elements on the list are not duplicated. - + @@ -97,11 +97,10 @@ reference to an existing GLib.List, or they can use "(IntPtr) 0" as an initial value. - + Using this constructor will not track the type information of the classes or structures kept in the list. If you - plan on tracking the type information, use the method. + plan on tracking the type information, use the method. @@ -124,7 +123,7 @@ reference to an existing GLib.List, or they can use "(IntPtr) 0" as an initial value. - + Using this constructor will track the type information of the classes or structures kept in the list. This information is used by the List enumerator when returning diff --git a/doc/en/GLib/Markup.xml b/doc/en/GLib/Markup.xml new file mode 100644 index 000000000..8c192ef9d --- /dev/null +++ b/doc/en/GLib/Markup.xml @@ -0,0 +1,49 @@ + + + + glib-sharp + + 0.0.0.0 + neutral + + + Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details. + + To be added + To be added + + + System.Object + + + + + + + Method + + System.String + + + + + + To be added + To be added: an object of type 'string' + To be added: an object of type 'string' + To be added + + + + + Constructor + + + + To be added + To be added: an object of type 'GLib.Markup' + To be added + + + + \ No newline at end of file diff --git a/doc/en/GLib/Object.xml b/doc/en/GLib/Object.xml index 0f0aa75d3..16f8108ac 100644 --- a/doc/en/GLib/Object.xml +++ b/doc/en/GLib/Object.xml @@ -168,18 +168,6 @@ To be added - - - Method - - System.Void - - - - To be added - To be added - - Method