mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
Clarify docs.
2005-09-12 Matthias Clasen <mclasen@redhat.com> * glib/gmarkup.c (g_markup_escape_text): Clarify docs.
This commit is contained in:
parent
d8d12ca541
commit
047558bc21
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user