1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-02-16 15:27:16 +01:00
Ryan Lortie 178698c8d3 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 .


svn path=/trunk/; revision=7174
2008-07-10 08:41:59 +00:00
..