RemoteActionGroupIF

The GRemoteActionGroup interface is implemented by gtk.ActionGroup instances that either transmit action invocations to other processes or receive action invocations in the local process from other processes.

The interface has _full variants of the two methods on gtk.ActionGroup used to activate actions: Action.groupActivateAction and Action.groupChangeActionState. These variants allow a "platform data" glib.Variant to be specified: a dictionary providing context for the action invocation (for example: timestamps, startup notification IDs, etc).

gio.DBusActionGroup implements GRemoteActionGroup This provides a mechanism to send platform data for action invocations over D-Bus.

Additionally, g_dbus_connection_export_action_group() will check if the exported gtk.ActionGroup implements GRemoteActionGroup and use the _full variants of the calls if available. This provides a mechanism by which to receive platform data for action invocations that arrive by way of D-Bus.

Members

Functions

activateActionFull
void activateActionFull(string actionName, Variant parameter, Variant platformData)

Activates the remote action.

changeActionStateFull
void changeActionStateFull(string actionName, Variant value, Variant platformData)

Changes the state of a remote action.

getRemoteActionGroupStruct
GRemoteActionGroup* getRemoteActionGroupStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Static functions

getType
GType getType()

Meta

Since

2.32