Add GMenu markup

These functions serialize and deserialize a GMenuModel
to and from XML.
This commit is contained in:
Matthias Clasen
2011-11-26 22:00:48 -05:00
committed by Ryan Lortie
parent 13f5977735
commit 6b40d4eb6b
10 changed files with 917 additions and 0 deletions

View File

@@ -202,6 +202,7 @@
<xi:include href="xml/gdbusactiongroup.xml"/>
<xi:include href="xml/gmenumodel.xml"/>
<xi:include href="xml/gmenu.xml"/>
<xi:include href="xml/gmenumarkup.xml"/>
</chapter>
<chapter id="extending">
<title>Extending GIO</title>

View File

@@ -3679,3 +3679,13 @@ G_MENU_ATTRIBUTE_ITER_CLASS
G_IS_MENU_ATTRIBUTE_ITER_CLASS
G_MENU_ATTRIBUTE_ITER_GET_CLASS
</SECTION>
<SECTION>
<FILE>gmenumarkup</FILE>
g_menu_markup_parser_end
g_menu_markup_parser_end_menu
g_menu_markup_parser_start
g_menu_markup_parser_start_menu
g_menu_markup_print_stderr
g_menu_markup_print_string
</SECTION>