add functions g_markup_parse_context_{push,pop} in order to provide some
authorRyan Lortie <desrt@desrt.ca>
Thu, 10 Jul 2008 08:41:59 +0000 (08:41 +0000)
committerRyan Lortie <ryanl@src.gnome.org>
Thu, 10 Jul 2008 08:41:59 +0000 (08:41 +0000)
commit178698c8d36ba54ed6f054d5fd4b81b8371739fa
tree8bbc4a5bcdaa507dd956492adbd2f040a4d13ed0
parent0a20d4cbe4372612c9c2035ffd515cd0f87db9d4
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
ChangeLog
docs/reference/glib/glib-sections.txt
glib/glib.symbols
glib/gmarkup.c
glib/gmarkup.h
glib/tests/Makefile.am
glib/tests/markup-subparser.c [new file with mode: 0644]