Gio.ActionGroup::action-enabled-changed

connect('action-enabled-changed', function (actionGroup, action_name: String, enabled: Boolean, ): void);
  

Signals that the enabled status of the named action has changed.

Since 2.28

actionGroup

instance of Gio.ActionGroup that is emitting the signal

action_name

the name of the action in @action_group

enabled

whether the action is enabled or not