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:
Ryan Lortie
2011-07-01 02:41:30 +01:00
parent bc5fe41dec
commit c249e10d11
10 changed files with 700 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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