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:
Matthias Clasen 2002-08-12 21:28:45 +00:00
parent a086c90012
commit 71f016708a
2 changed files with 8 additions and 1 deletions

View File

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

View File

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