From 4b192abd510e6c9be816aba015b36e58d152ae56 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Fri, 2 Jul 2004 17:30:09 +0000 Subject: [PATCH] finish ListBase, oops. svn path=/trunk/gtk-sharp/; revision=30688 --- doc/en/GLib/ListBase.xml | 41 +++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/doc/en/GLib/ListBase.xml b/doc/en/GLib/ListBase.xml index c473798d8..8b8d7cef0 100644 --- a/doc/en/GLib/ListBase.xml +++ b/doc/en/GLib/ListBase.xml @@ -57,9 +57,9 @@ - To be added - an object of type - To be added + Clones the list. + a copy of the list as an . + Produces a copy of the list. @@ -70,8 +70,8 @@ - To be added - To be added + Disposes the list. + If is set, this frees the native list. @@ -85,10 +85,11 @@ - To be added - an object of type - an object of type - To be added + Copies the list to a typed array. + an to copy to. + the index to start copying at in . + + @@ -101,9 +102,9 @@ - To be added + Prepends an element to the front of the list. an object of type - To be added + This is faster than . @@ -116,9 +117,10 @@ - To be added + Appends an element to the end of the list. an object of type - To be added + + @@ -131,9 +133,9 @@ - To be added + Appends an element to the end of the list. an object of type - To be added + This is a convenience overload to append a to the end of a list. @@ -220,9 +222,10 @@ - To be added + Gets an to enumerate the list elements. a - To be added + + @@ -235,9 +238,9 @@ - To be added + Disposes the list. a - To be added + If the property is set, the underlying native list is freed.