mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 09:58:54 +02:00
Add GMenuProxy
GMenuProxy can be used as a client-side wrapper for the a menu model that has been exported on D-Bus.
This commit is contained in:
@@ -204,6 +204,7 @@
|
||||
<xi:include href="xml/gmenu.xml"/>
|
||||
<xi:include href="xml/gmenumarkup.xml"/>
|
||||
<xi:include href="xml/gmenuexporter.xml"/>
|
||||
<xi:include href="xml/gmenuproxy.xml"/>
|
||||
</chapter>
|
||||
<chapter id="extending">
|
||||
<title>Extending GIO</title>
|
||||
|
@@ -3548,6 +3548,20 @@ g_menu_exporter_stop
|
||||
g_menu_exporter_query
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gmenuproxy</FILE>
|
||||
GMenuProxy
|
||||
g_menu_proxy_get
|
||||
|
||||
<SUBSECTION Standard>
|
||||
G_TYPE_MENU_PROXY
|
||||
G_MENU_PROXY
|
||||
G_IS_MENU_PROXY
|
||||
|
||||
<SUBSECTION Private>
|
||||
g_menu_proxy_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gmenu</FILE>
|
||||
GMenu
|
||||
|
@@ -50,6 +50,7 @@ g_menu_attribute_iter_get_type
|
||||
g_menu_get_type
|
||||
g_menu_link_iter_get_type
|
||||
g_menu_model_get_type
|
||||
g_menu_proxy_get_type
|
||||
g_mount_get_type
|
||||
g_mount_operation_get_type
|
||||
g_native_volume_monitor_get_type
|
||||
|
Reference in New Issue
Block a user