[libgda/LIBGDA_4.0] Better doc for gda_sql_identifier_split()



commit 7fb4b9ba9082bba3133becdf9dd0a02b8fd23517
Author: Vivien Malerba <malerba gnome-db org>
Date:   Mon Jul 12 19:30:09 2010 +0200

    Better doc for gda_sql_identifier_split()

 libgda/gda-util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgda/gda-util.c b/libgda/gda-util.c
index 492d7f6..e498cc0 100644
--- a/libgda/gda-util.c
+++ b/libgda/gda-util.c
@@ -1598,7 +1598,7 @@ concat_ident (const char *prefix, const gchar *ident)
  *
  * For example the <![CDATA["test.\"ATable\""]]> string will result in the array: <![CDATA[{"test", "\"ATable\"", NULL}]]>
  *
- * Returns: a new array of strings, or NULL (use g_strfreev() to free the returned array)
+ * Returns: a new %NULL-terminated array of strings, or NULL (use g_strfreev() to free the returned array)
  */
 gchar **
 gda_sql_identifier_split (const gchar *id)



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