mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-13 16:13:47 +02: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>
|
2005-10-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gmarkup.c (g_markup_escape_text): Doc addition
|
||||||
|
|
||||||
* Makefile.am: Add Collation tests.
|
* Makefile.am: Add Collation tests.
|
||||||
|
|
||||||
* tests/collate/*: Inputs and expected outputs for collation tests.
|
* tests/collate/*: Inputs and expected outputs for collation tests.
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2005-10-05 Matthias Clasen <mclasen@redhat.com>
|
2005-10-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gmarkup.c (g_markup_escape_text): Doc addition
|
||||||
|
|
||||||
* Makefile.am: Add Collation tests.
|
* Makefile.am: Add Collation tests.
|
||||||
|
|
||||||
* tests/collate/*: Inputs and expected outputs for collation tests.
|
* tests/collate/*: Inputs and expected outputs for collation tests.
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2005-10-05 Matthias Clasen <mclasen@redhat.com>
|
2005-10-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gmarkup.c (g_markup_escape_text): Doc addition
|
||||||
|
|
||||||
* Makefile.am: Add Collation tests.
|
* Makefile.am: Add Collation tests.
|
||||||
|
|
||||||
* tests/collate/*: Inputs and expected outputs for collation tests.
|
* tests/collate/*: Inputs and expected outputs for collation tests.
|
||||||
|
@ -1923,7 +1923,7 @@ append_escaped_text (GString *str,
|
|||||||
/**
|
/**
|
||||||
* g_markup_escape_text:
|
* g_markup_escape_text:
|
||||||
* @text: some valid UTF-8 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.
|
* Escapes text so that the markup parser will parse it verbatim.
|
||||||
* Less than, greater than, ampersand, etc. are replaced with the
|
* Less than, greater than, ampersand, etc. are replaced with the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user