RemoteActionGroup.changeActionStateFull
void changeActionStateFull(string actionName, glib.variant.Variant value, glib.variant.Variant platformData)Changes the state of a remote action.
This is the same as [gio.action_group.ActionGroup.changeActionState] except that it allows for provision of "platform data" to be sent along with the state change 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.
Parameters
actionName | the name of the action to change the state of |
value | the new requested value for the state |
platformData | the platform data to send |