mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
Doc addition
2005-10-05 Matthias Clasen <mclasen@redhat.com> * glib/gmarkup.c (g_markup_escape_text): Doc addition
This commit is contained in:
parent
d433419b14
commit
9414478982
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user