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

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