RemoteActionGroupT.activateActionFull

Activates the remote action.

This is the same as g_action_group_activate_action() except that it allows for provision of "platform data" to be sent along with the activation request. This typically contains details such as the user interaction timestamp or startup notification information.

@platform_data must be non-%NULL and must have the type %G_VARIANT_TYPE_VARDICT. If it is floating, it will be consumed.

template RemoteActionGroupT(TStruct)
void
activateActionFull
(
string actionName
,
Variant parameter
,
Variant platformData
)

Parameters

actionName string

the name of the action to activate

parameter Variant

the optional parameter to the activation

platformData Variant

the platform data to send

Meta

Since

2.32