Gio.SimpleActionGroup.prototype.insert

function insert(action: Gio.Action): void {
    // Gjs wrapper for g_simple_action_group_insert()
}
  

Adds an action to the action group.

If the action group already contains an action with the same name as action then the old action is dropped from the group.

The action group takes its own reference on action.

Since 2.28

action

a Gio.Action