From: Matthias Clasen Date: Wed, 5 Oct 2005 20:11:25 +0000 (+0000) Subject: Doc addition X-Git-Tag: GLIB_2_9_0~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9414478982f56a0ab4f14d4a6375ea9a65494f78;p=platform%2Fupstream%2Fglib.git Doc addition 2005-10-05 Matthias Clasen * glib/gmarkup.c (g_markup_escape_text): Doc addition --- diff --git a/ChangeLog b/ChangeLog index f20033e..0533ede 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-10-05 Matthias Clasen + * glib/gmarkup.c (g_markup_escape_text): Doc addition + * Makefile.am: Add Collation tests. * tests/collate/*: Inputs and expected outputs for collation tests. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index f20033e..0533ede 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2005-10-05 Matthias Clasen + * glib/gmarkup.c (g_markup_escape_text): Doc addition + * Makefile.am: Add Collation tests. * tests/collate/*: Inputs and expected outputs for collation tests. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index f20033e..0533ede 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,7 @@ 2005-10-05 Matthias Clasen + * glib/gmarkup.c (g_markup_escape_text): Doc addition + * Makefile.am: Add Collation tests. * tests/collate/*: Inputs and expected outputs for collation tests. diff --git a/glib/gmarkup.c b/glib/gmarkup.c index 953da61..9b57cf1 100644 --- a/glib/gmarkup.c +++ b/glib/gmarkup.c @@ -1923,7 +1923,7 @@ append_escaped_text (GString *str, /** * g_markup_escape_text: * @text: some valid UTF-8 text - * @length: length of @text in bytes + * @length: length of @text in bytes, or -1 if the text is nul-terminated * * Escapes text so that the markup parser will parse it verbatim. * Less than, greater than, ampersand, etc. are replaced with the