diff options
author | Ryan Lortie <desrt@desrt.ca> | 2008-07-10 08:41:59 +0000 |
---|---|---|
committer | Ryan Lortie <ryanl@src.gnome.org> | 2008-07-10 08:41:59 +0000 |
commit | 178698c8d36ba54ed6f054d5fd4b81b8371739fa (patch) | |
tree | 8bbc4a5bcdaa507dd956492adbd2f040a4d13ed0 /docs | |
parent | 0a20d4cbe4372612c9c2035ffd515cd0f87db9d4 (diff) |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/glib/glib-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index 034b17b28..575e3f7a7 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -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 |