mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-01 03:26:52 +02: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/gmenu.xml"/>
|
||||||
<xi:include href="xml/gmenumarkup.xml"/>
|
<xi:include href="xml/gmenumarkup.xml"/>
|
||||||
<xi:include href="xml/gmenuexporter.xml"/>
|
<xi:include href="xml/gmenuexporter.xml"/>
|
||||||
<xi:include href="xml/gmenuproxy.xml"/>
|
<xi:include href="xml/gdbusmenumodel.xml"/>
|
||||||
</chapter>
|
</chapter>
|
||||||
<chapter id="extending">
|
<chapter id="extending">
|
||||||
<title>Extending GIO</title>
|
<title>Extending GIO</title>
|
||||||
|
@ -3571,17 +3571,17 @@ g_dbus_connection_unexport_menu_model
|
|||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gmenuproxy</FILE>
|
<FILE>gdbusmenumodel</FILE>
|
||||||
GMenuProxy
|
GDBusMenuModel
|
||||||
g_menu_proxy_get
|
g_dbus_menu_model_get
|
||||||
|
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
G_TYPE_MENU_PROXY
|
G_TYPE_DBUS_MENU_MODEL
|
||||||
G_MENU_PROXY
|
G_DBUS_MENU_MODEL
|
||||||
G_IS_MENU_PROXY
|
G_IS_BDUS_MENU_MODEL
|
||||||
|
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
g_menu_proxy_get_type
|
g_dbus_menu_model_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
@ -18,6 +18,7 @@ g_converter_output_stream_get_type
|
|||||||
g_data_input_stream_get_type
|
g_data_input_stream_get_type
|
||||||
g_data_output_stream_get_type
|
g_data_output_stream_get_type
|
||||||
g_dbus_action_group_get_type
|
g_dbus_action_group_get_type
|
||||||
|
g_dbus_menu_model_get_type
|
||||||
g_desktop_app_info_get_type
|
g_desktop_app_info_get_type
|
||||||
g_drive_get_type
|
g_drive_get_type
|
||||||
g_emblem_get_type
|
g_emblem_get_type
|
||||||
@ -51,7 +52,6 @@ g_menu_attribute_iter_get_type
|
|||||||
g_menu_get_type
|
g_menu_get_type
|
||||||
g_menu_link_iter_get_type
|
g_menu_link_iter_get_type
|
||||||
g_menu_model_get_type
|
g_menu_model_get_type
|
||||||
g_menu_proxy_get_type
|
|
||||||
g_mount_get_type
|
g_mount_get_type
|
||||||
g_mount_operation_get_type
|
g_mount_operation_get_type
|
||||||
g_native_volume_monitor_get_type
|
g_native_volume_monitor_get_type
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
*
|
*
|
||||||
* #GDBusActionGroup is an implementation of the #GActionGroup
|
* #GDBusActionGroup is an implementation of the #GActionGroup
|
||||||
* interface that can be used as a proxy for an action group
|
* 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
|
struct _GDBusActionGroup
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
*
|
*
|
||||||
* #GDBusMenuModel is an implementation of #GMenuModel that can be used
|
* #GDBusMenuModel is an implementation of #GMenuModel that can be used
|
||||||
* as a proxy for a menu model that is exported over D-Bus with
|
* 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…
x
Reference in New Issue
Block a user