ActionGroupT.actionStateChanged

Emits the "action-state-changed" signal on action_group. This function should only be called by GActionGroup implementations. Since 2.28 Signal Details The "action-added" signal void user_function (GActionGroup *action_group, gchar *action_name, gpointer user_data) : Has Details Signals that a new action was just added to the group. This signal is emitted after the action has been added and is now visible. Since 2.28

template ActionGroupT(TStruct)
void
actionStateChanged
(
string actionName
,
Variant state
)

Parameters

actionName string

the name of an action in the group

state Variant

the new state of the named action

actionName string

the name of the action in action_group

Meta