mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
Add GDBusActionGroup
GDBusActionGroup can be used as a client-side wrapper for the an action group that has been exported on D-Bus.
This commit is contained in:
@@ -199,6 +199,7 @@
|
||||
<xi:include href="xml/gaction.xml"/>
|
||||
<xi:include href="xml/gsimpleaction.xml"/>
|
||||
<xi:include href="xml/gactiongroupexporter.xml"/>
|
||||
<xi:include href="xml/gdbusactiongroup.xml"/>
|
||||
</chapter>
|
||||
<chapter id="extending">
|
||||
<title>Extending GIO</title>
|
||||
|
@@ -2912,6 +2912,26 @@ g_action_group_exporter_stop
|
||||
g_action_group_exporter_query
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gdbusactiongroup</FILE>
|
||||
GDBusActionGroup
|
||||
g_dbus_action_group_new
|
||||
g_dbus_action_group_new_finish
|
||||
g_dbus_action_group_new_sync
|
||||
g_dbus_action_group_inject
|
||||
|
||||
<SUBSECTION Standard>
|
||||
G_TYPE_DBUS_ACTION_GROUP
|
||||
G_DBUS_ACTION_GROUP
|
||||
G_DBUS_ACTION_GROUP_CLASS
|
||||
G_IS_DBUS_ACTION_GROUP
|
||||
G_IS_DBUS_ACTION_GROUP_CLASS
|
||||
G_DBUS_ACTION_GROUP_GET_CLASS
|
||||
|
||||
<SUBSECTION Private>
|
||||
g_dbus_action_group_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gaction</FILE>
|
||||
<TITLE>GAction</TITLE>
|
||||
|
@@ -16,6 +16,7 @@ g_converter_input_stream_get_type
|
||||
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_desktop_app_info_get_type
|
||||
g_drive_get_type
|
||||
g_emblem_get_type
|
||||
|
Reference in New Issue
Block a user