From: Matthias Clasen Date: Mon, 12 Sep 2005 18:23:43 +0000 (+0000) Subject: Clarify docs. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=047558bc21f13ca9427e9612788a4642e6127cf1;p=dana%2Fcg-glib.git Clarify docs. 2005-09-12 Matthias Clasen * glib/gmarkup.c (g_markup_escape_text): Clarify docs. --- diff --git a/ChangeLog b/ChangeLog index 414bc704..b0418062 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-12 Matthias Clasen + + * glib/gmarkup.c (g_markup_escape_text): Clarify docs. + 2005-09-11 Sebastian Wilhelmi * tests/refcount/Makefile.am (INCLUDES): Link the the refcount diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 414bc704..b0418062 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2005-09-12 Matthias Clasen + + * glib/gmarkup.c (g_markup_escape_text): Clarify docs. + 2005-09-11 Sebastian Wilhelmi * tests/refcount/Makefile.am (INCLUDES): Link the the refcount diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 414bc704..b0418062 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2005-09-12 Matthias Clasen + + * glib/gmarkup.c (g_markup_escape_text): Clarify docs. + 2005-09-11 Sebastian Wilhelmi * tests/refcount/Makefile.am (INCLUDES): Link the the refcount diff --git a/glib/gmarkup.c b/glib/gmarkup.c index ab6179f9..953da611 100644 --- a/glib/gmarkup.c +++ b/glib/gmarkup.c @@ -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,