[gnome-db] Very small documentation patch



Hi all ! 

There is something that doesn't seem right to me in the documentation...
http://www.gnome-db.org/docs/libgda/libgda-provider-recordset.html
The second sentence under get_n_columns seems to apply to get_n_rows.
Here is the result of "cvs diff" to correct this...
Is there a prefered patch format ? Should I send them directly to Rodrigo ? 
Thanks !
Cheers.
Florian

Index: libgda-docs.sgml
===================================================================
RCS file: /cvs/gnome/libgda/doc/C/libgda-docs.sgml,v
retrieving revision 1.29
diff -u -3 -p -r1.29 libgda-docs.sgml
--- libgda-docs.sgml	2002/07/09 17:22:21	1.29
+++ libgda-docs.sgml	2002/08/02 21:57:34
@@ -961,20 +961,20 @@
       <itemizedlist>
 	<listitem>
 	  <para>get_n_rows</para>
-	  <para>
-	    Returns the number of rows in the data model.
-	  </para>
-	</listitem>
-	<listitem>
-	  <para>get_n_columns</para>
 	  <para>
-	    Returns the number of columns in the data model. If the provider
+	    Returns the number of rows in the data model. If the provider
 	    can know in advance the number of rows the database server has
 	    returned, this function should just return that, and not
 	    retrieve any data. On the other hand, if it can't it should
 	    either retrieve all data, or move to the last record in the
 	    recordset and retrieve the row number, if the underlying
 	    data source allows it.
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>get_n_columns</para>
+	  <para>
+	    Returns the number of columns in the data model.
 	  </para>
 	</listitem>
 	<listitem>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]