libgda r3131 - in trunk: . libgda
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: libgda r3131 - in trunk: . libgda
- Date: Tue, 8 Apr 2008 06:02:39 +0100 (BST)
Author: murrayc
Date: Tue Apr 8 06:02:38 2008
New Revision: 3131
URL: http://svn.gnome.org/viewvc/libgda?rev=3131&view=rev
Log:
2008-04-08 Murray Cumming <murrayc murrayc com>
* libgda/gda-connection.c (gda_connection_supports_feature):
* libgda/gda-row.c (gda_row_copy, gda_row_set_id): Very minor
corrections to documentation.
Modified:
trunk/ChangeLog
trunk/libgda/gda-connection.c
trunk/libgda/gda-row.c
Modified: trunk/libgda/gda-connection.c
==============================================================================
--- trunk/libgda/gda-connection.c (original)
+++ trunk/libgda/gda-connection.c Tue Apr 8 06:02:38 2008
@@ -2938,7 +2938,7 @@
* see <link linkend="GdaConnectionMetaTypeHead">this description</link>.
*
* Returns: a #GdaDataModel containing the data required. The caller is responsible
- * of freeing the returned model using g_object_unref().
+ * for freeing the returned model using g_object_unref().
*/
GdaDataModel *
gda_connection_get_meta_store_data (GdaConnection *cnc,
Modified: trunk/libgda/gda-row.c
==============================================================================
--- trunk/libgda/gda-row.c (original)
+++ trunk/libgda/gda-row.c Tue Apr 8 06:02:38 2008
@@ -346,7 +346,7 @@
* @values: a list of #GValue's.
*
* Creates a #GdaRow from a list of #GValue's. These GValue's are
- * value-copied and the user are still responsible for freeing them.
+ * value-copied and the user is still responsible for freeing them with g_object_unref().
*
* See the gda_row_new() function's documentation for more information about the @model attribute
*
@@ -491,7 +491,7 @@
* Gets a pointer to a #GValue stored in a #GdaRow.
*
* This is a pointer to the internal array of values. Don't try to free
- * or modify it!
+ * or modify it.
*
* Returns: a pointer to the #GValue in the position @num of @row.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]