mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
Fix up docs
This commit is contained in:
parent
39bebbed82
commit
04aab0cd46
@ -205,7 +205,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"/>
|
||||
<xi:include href="xml/gdbusmenumodel.xml"/>
|
||||
</chapter>
|
||||
<chapter id="extending">
|
||||
<title>Extending GIO</title>
|
||||
|
@ -3571,17 +3571,17 @@ g_dbus_connection_unexport_menu_model
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gmenuproxy</FILE>
|
||||
GMenuProxy
|
||||
g_menu_proxy_get
|
||||
<FILE>gdbusmenumodel</FILE>
|
||||
GDBusMenuModel
|
||||
g_dbus_menu_model_get
|
||||
|
||||
<SUBSECTION Standard>
|
||||
G_TYPE_MENU_PROXY
|
||||
G_MENU_PROXY
|
||||
G_IS_MENU_PROXY
|
||||
G_TYPE_DBUS_MENU_MODEL
|
||||
G_DBUS_MENU_MODEL
|
||||
G_IS_BDUS_MENU_MODEL
|
||||
|
||||
<SUBSECTION Private>
|
||||
g_menu_proxy_get_type
|
||||
g_dbus_menu_model_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -18,6 +18,7 @@ g_converter_output_stream_get_type
|
||||
g_data_input_stream_get_type
|
||||
g_data_output_stream_get_type
|
||||
g_dbus_action_group_get_type
|
||||
g_dbus_menu_model_get_type
|
||||
g_desktop_app_info_get_type
|
||||
g_drive_get_type
|
||||
g_emblem_get_type
|
||||
@ -51,7 +52,6 @@ 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
|
||||
|
@ -37,7 +37,7 @@
|
||||
*
|
||||
* #GDBusActionGroup is an implementation of the #GActionGroup
|
||||
* interface that can be used as a proxy for an action group
|
||||
* that is exported over D-Bus with g_action_group_dbus_export_start().
|
||||
* that is exported over D-Bus with g_dbus_connection_export_action_group().
|
||||
*/
|
||||
|
||||
struct _GDBusActionGroup
|
||||
|
@ -33,7 +33,7 @@
|
||||
*
|
||||
* #GDBusMenuModel is an implementation of #GMenuModel that can be used
|
||||
* as a proxy for a menu model that is exported over D-Bus with
|
||||
* g_menu_model_dbus_export_start().
|
||||
* g_dbus_connection_export_menu_model().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user