Clarify docs.

2005-09-12  Matthias Clasen  <mclasen@redhat.com>

	* glib/gmarkup.c (g_markup_escape_text): Clarify docs.
This commit is contained in:
Matthias Clasen 2005-09-12 18:23:43 +00:00 committed by Matthias Clasen
parent d8d12ca541
commit 047558bc21
4 changed files with 13 additions and 1 deletions

View 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> 2005-09-11 Sebastian Wilhelmi <seppi@seppi.de>
* tests/refcount/Makefile.am (INCLUDES): Link the the refcount * tests/refcount/Makefile.am (INCLUDES): Link the the refcount

View 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> 2005-09-11 Sebastian Wilhelmi <seppi@seppi.de>
* tests/refcount/Makefile.am (INCLUDES): Link the the refcount * tests/refcount/Makefile.am (INCLUDES): Link the the refcount

View 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> 2005-09-11 Sebastian Wilhelmi <seppi@seppi.de>
* tests/refcount/Makefile.am (INCLUDES): Link the the refcount * tests/refcount/Makefile.am (INCLUDES): Link the the refcount

View File

@ -1934,7 +1934,7 @@ append_escaped_text (GString *str,
* from being processed according to the XML rules for normalization * from being processed according to the XML rules for normalization
* of line endings and attribute values. * of line endings and attribute values.
* *
* Return value: escaped text * Return value: a newly allocated string with the escaped text
**/ **/
gchar* gchar*
g_markup_escape_text (const gchar *text, g_markup_escape_text (const gchar *text,