Clarify docs.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 12 Sep 2005 18:23:43 +0000 (18:23 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 12 Sep 2005 18:23:43 +0000 (18:23 +0000)
2005-09-12  Matthias Clasen  <mclasen@redhat.com>

* glib/gmarkup.c (g_markup_escape_text): Clarify docs.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
glib/gmarkup.c

index 414bc70466529316e5f6e541c1e225967e67fd21..b041806248f2699ecfc8496e71b2a4120917e846 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gmarkup.c (g_markup_escape_text): Clarify docs.
+
 2005-09-11  Sebastian Wilhelmi  <seppi@seppi.de>
 
        * tests/refcount/Makefile.am (INCLUDES): Link the the refcount
index 414bc70466529316e5f6e541c1e225967e67fd21..b041806248f2699ecfc8496e71b2a4120917e846 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gmarkup.c (g_markup_escape_text): Clarify docs.
+
 2005-09-11  Sebastian Wilhelmi  <seppi@seppi.de>
 
        * tests/refcount/Makefile.am (INCLUDES): Link the the refcount
index 414bc70466529316e5f6e541c1e225967e67fd21..b041806248f2699ecfc8496e71b2a4120917e846 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gmarkup.c (g_markup_escape_text): Clarify docs.
+
 2005-09-11  Sebastian Wilhelmi  <seppi@seppi.de>
 
        * tests/refcount/Makefile.am (INCLUDES): Link the the refcount
index ab6179f99150ba5c52beb51d587dfcc829e715ff..953da6112bb81cb07743b6e063d1855864c19678 100644 (file)
@@ -1934,7 +1934,7 @@ append_escaped_text (GString     *str,
  * from being processed according to the XML rules for normalization
  * of line endings and attribute values.
  * 
- * Return value: escaped text
+ * Return value: a newly allocated string with the escaped text
  **/
 gchar*
 g_markup_escape_text (const gchar *text,