From 047558bc21f13ca9427e9612788a4642e6127cf1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 12 Sep 2005 18:23:43 +0000 Subject: [PATCH] Clarify docs. 2005-09-12 Matthias Clasen * glib/gmarkup.c (g_markup_escape_text): Clarify docs. --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-12 | 4 ++++ glib/gmarkup.c | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) 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, -- 2.34.1