New function, to get the stack of open elements. (#452887, Ryan Lortie)

2007-11-07  Matthias Clasen <mclasen@redhat.com>

        * glib/glib.symbols:
        * glib/gmarkup.[hc] (g_markup_parse_context_get_element_stack):
        New function, to get the stack of open elements.  (#452887,
        Ryan Lortie)


svn path=/trunk/; revision=5816
This commit is contained in:
Matthias Clasen
2007-11-08 03:28:09 +00:00
committed by Matthias Clasen
parent 1dc3d6f088
commit 589bd2f463
6 changed files with 44 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
2007-11-07 Matthias Clasen <mclasen@redhat.com>
* glib/glib-sections.txt: Add g_markup_parse_context_get_element_stack
2007-11-07 Matthias Clasen <mclasen@redhat.com>
* glib/building.sgml: Fix a typo
2007-11-07 Matthias Clasen <mclasen@redhat.com>

View File

@@ -994,6 +994,7 @@ 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_get_element_stack
g_markup_parse_context_new
g_markup_parse_context_parse
<SUBSECTION Private>