Gtk.Action.prototype.activate

function activate():void {
    // Gjs wrapper for gtk_action_activate()
}

Emits the "activate" signal on the specified action, if it isn't insensitive. This gets called by the proxy widgets when they get activated.

It can also be used to manually activate an action.

Since 2.4