mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
Add g_markup_parse_context_get_element and g_utf8_strreverse.
* glib/glib-sections.txt: Add g_markup_parse_context_get_element and g_utf8_strreverse.
This commit is contained in:
parent
a086c90012
commit
71f016708a
@ -1,3 +1,8 @@
|
||||
2002-08-12 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/glib-sections.txt: Add g_markup_parse_context_get_element
|
||||
and g_utf8_strreverse.
|
||||
|
||||
Thu Jul 25 18:58:29 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/tmpl/threads.sgml: Fix reference to non-existing
|
||||
|
@ -402,9 +402,9 @@ GPollFD
|
||||
|
||||
<SUBSECTION>
|
||||
GSource
|
||||
GSourceDummyMarshal
|
||||
GSourceFuncs
|
||||
GSourceCallbackFuncs
|
||||
GSourceDummyMarshal
|
||||
g_source_new
|
||||
g_source_ref
|
||||
g_source_unref
|
||||
@ -826,6 +826,7 @@ g_markup_escape_text
|
||||
g_markup_parse_context_end_parse
|
||||
g_markup_parse_context_free
|
||||
g_markup_parse_context_get_position
|
||||
g_markup_parse_context_get_element
|
||||
g_markup_parse_context_new
|
||||
g_markup_parse_context_parse
|
||||
<SUBSECTION Private>
|
||||
@ -1895,6 +1896,7 @@ g_utf8_strlen
|
||||
g_utf8_strncpy
|
||||
g_utf8_strchr
|
||||
g_utf8_strrchr
|
||||
g_utf8_strreverse
|
||||
g_utf8_validate
|
||||
|
||||
<SUBSECTION>
|
||||
|
Loading…
Reference in New Issue
Block a user