Add g_markup_parse_context_get_element and g_utf8_strreverse.
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 12 Aug 2002 21:28:45 +0000 (21:28 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 12 Aug 2002 21:28:45 +0000 (21:28 +0000)
* glib/glib-sections.txt: Add g_markup_parse_context_get_element
and g_utf8_strreverse.

docs/reference/ChangeLog
docs/reference/glib/glib-sections.txt

index 2b39842..84607e5 100644 (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
index a1c33a2..4fd6fcb 100644 (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>