Gio.ActionGroup.prototype.action_enabled_changed

function action_enabled_changed(action_name: String, enabled: Boolean): void {
    // Gjs wrapper for g_action_group_action_enabled_changed()
}
  

Emits the Gio.ActionGroup::action-enabled-changed signal on action_group.

This function should only be called by Gio.ActionGroup implementations.

Since 2.28

action_name

the name of an action in the group

enabled

whether or not the action is now enabled