Gio.Application.prototype.set_action_group
function set_action_group(action_group: Gio.ActionGroup): void {
// Gjs wrapper for g_application_set_action_group()
}
This used to be how actions were associated with a Gio.Application. Now there is Gio.ActionMap for that.
Since 2.28
- action_group
a Gio.ActionGroup, or null