ActionGroup.actionStateChanged
void actionStateChanged(string actionName, glib.variant.Variant state)Emits the #GActionGroup::action-state-changed signal on action_group.
This function should only be called by #GActionGroup implementations.
Parameters
actionName | the name of an action in the group |
state | the new state of the named action |