[libgda/LIBGDA_4.0] Doc. correction for gda_default_unescape_string()



commit 64ad30d3afcb02f9f40dcdf4cf0e7828663a6d6d
Author: Vivien Malerba <malerba gnome-db org>
Date:   Tue May 4 18:57:08 2010 +0200

    Doc. correction for gda_default_unescape_string()

 libgda/gda-util.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgda/gda-util.c b/libgda/gda-util.c
index b0f51ec..492d7f6 100644
--- a/libgda/gda-util.c
+++ b/libgda/gda-util.c
@@ -207,8 +207,8 @@ gda_default_escape_string (const gchar *string)
  * gda_default_unescape_string
  * @string: string to unescape
  *
- * Do the reverse of gda_default_escape_string(): transforms any "\'" into "'" and any
- * "\\" into "\". 
+ * Do the reverse of gda_default_escape_string(): transforms any "''" into "'", any
+ * "\\" into "\" and any "\'" into "'". 
  *
  * Returns: a new unescaped string, or %NULL in an error was found in @string
  */



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