Author: danw
Date: 2005-05-03 10:01:12 -0400 (Tue, 03 May 2005)
New Revision: 43926

Modified:
   trunk/gtk-sharp/doc/en/Gtk/TreeStore.xml
Log:
document GetColumnType, which inexplicably has just appeared in the docs


Modified: trunk/gtk-sharp/doc/en/Gtk/TreeStore.xml
===================================================================
--- trunk/gtk-sharp/doc/en/Gtk/TreeStore.xml    2005-05-03 13:59:25 UTC (rev 
43925)
+++ trunk/gtk-sharp/doc/en/Gtk/TreeStore.xml    2005-05-03 14:01:12 UTC (rev 
43926)
@@ -1245,10 +1245,8 @@
         <remarks>
            This property is meant primarily for classes that
            inherit from <see cref="T:Gtk.TreeStore" />, and should
-           only be used when constructing a new <see
-           cref="T:Gtk.TreeStore" />. It will not function after a
-           row has been added or after a method on the <see
-           cref="T:Gtk.TreeModel" /> interface has been called.
+           only be used when constructing a new <see cref="T:Gtk.TreeStore" 
/>. It will not function after a
+           row has been added or after a method on the <see 
cref="T:Gtk.TreeModel" /> interface has been called.
        </remarks>
       </Docs>
     </Member>
@@ -1267,6 +1265,22 @@
         <remarks>See <see cref="M:Gtk.TreeStore.ColumnTypes" /></remarks>
       </Docs>
     </Member>
+    <Member MemberName="GetColumnType">
+      <MemberSignature Language="C#" Value="public virtual GLib.GType 
GetColumnType (int index_);" />
+      <MemberType>Method</MemberType>
+      <ReturnValue>
+        <ReturnType>GLib.GType</ReturnType>
+      </ReturnValue>
+      <Parameters>
+        <Parameter Name="index_" Type="System.Int32" />
+      </Parameters>
+      <Docs>
+        <summary>Gets the type of data stored in column number <paramref 
name="index_" />.</summary>
+        <param name="index_">a <see cref="T:System.Int32" />, the column to 
check</param>
+        <returns>a <see cref="T:GLib.GType" /></returns>
+        <remarks />
+      </Docs>
+    </Member>
     <Member MemberName="OnRowsReordered">
       <MemberSignature Language="C#" Value="protected virtual void 
OnRowsReordered (Gtk.TreePath path, Gtk.TreeIter iter, out int new_order);" />
       <MemberType>Method</MemberType>

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to