mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
add functions g_markup_parse_context_{push,pop} in order to provide some
2008-07-10 Ryan Lortie <desrt@desrt.ca> * docs/reference/glib/glib-sections.txt: * glib/glib.symbols: * glib/gmarkup.c: * glib/gmarkup.h: add functions g_markup_parse_context_{push,pop} in order to provide some small hooks on which to build easy-to-use subparsers. * glib/tests/Makefile: add new test * glib/tests/markup-subparser.c: new test for subparsers Fixes bug #337518. svn path=/trunk/; revision=7174
This commit is contained in:
@@ -1002,6 +1002,8 @@ g_markup_parse_context_get_element
|
||||
g_markup_parse_context_get_element_stack
|
||||
g_markup_parse_context_new
|
||||
g_markup_parse_context_parse
|
||||
g_markup_parse_context_push
|
||||
g_markup_parse_context_pop
|
||||
<SUBSECTION>
|
||||
GMarkupCollectType
|
||||
g_markup_collect_attributes
|
||||
|
Reference in New Issue
Block a user