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.