ActionGroupT.activateAction

Activate the named action within @action_group.

If the action is expecting a parameter, then the correct type of parameter must be given as @parameter. If the action is expecting no parameters then @parameter must be %NULL. See g_action_group_get_action_parameter_type().

template ActionGroupT(TStruct)
void
activateAction
(
string actionName
,
Variant parameter
)

Parameters

actionName string

the name of the action to activate

parameter Variant

parameters to the activation

Meta

Since

2.28