Doc addition

2005-10-05  Matthias Clasen  <mclasen@redhat.com>

	* glib/gmarkup.c (g_markup_escape_text): Doc addition
This commit is contained in:
Matthias Clasen 2005-10-05 20:11:25 +00:00 committed by Matthias Clasen
parent d433419b14
commit 9414478982
4 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2005-10-05 Matthias Clasen <mclasen@redhat.com>
* glib/gmarkup.c (g_markup_escape_text): Doc addition
* Makefile.am: Add Collation tests.
* tests/collate/*: Inputs and expected outputs for collation tests.

View File

@ -1,5 +1,7 @@
2005-10-05 Matthias Clasen <mclasen@redhat.com>
* glib/gmarkup.c (g_markup_escape_text): Doc addition
* Makefile.am: Add Collation tests.
* tests/collate/*: Inputs and expected outputs for collation tests.

View File

@ -1,5 +1,7 @@
2005-10-05 Matthias Clasen <mclasen@redhat.com>
* glib/gmarkup.c (g_markup_escape_text): Doc addition
* Makefile.am: Add Collation tests.
* tests/collate/*: Inputs and expected outputs for collation tests.

View File

@ -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