diff --git a/doc/en/Gtk/TreeStore.xml b/doc/en/Gtk/TreeStore.xml
index 431c36d75..6c155589b 100644
--- a/doc/en/Gtk/TreeStore.xml
+++ b/doc/en/Gtk/TreeStore.xml
@@ -1245,10 +1245,8 @@ store = new TreeStore (typeof (int), typeof (string));
This property is meant primarily for classes that
inherit from , and should
- only be used when constructing a new . It will not function after a
- row has been added or after a method on the interface has been called.
+ only be used when constructing a new . It will not function after a
+ row has been added or after a method on the interface has been called.
@@ -1267,6 +1265,22 @@ store = new TreeStore (typeof (int), typeof (string));
See
+
+
+ Method
+
+ GLib.GType
+
+
+
+
+
+ Gets the type of data stored in column number .
+ a , the column to check
+ a
+
+
+
Method