[libgda] Doc. correction for gda_default_unescape_string()



commit 300ed4878c30c93872d2ed2ee72c30f5bb4a23f8
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 1286ed9..9317797 100644
--- a/libgda/gda-util.c
+++ b/libgda/gda-util.c
@@ -203,8 +203,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]