Gtk.Application.prototype.remove_accelerator

function remove_accelerator(action_name:String, parameter:GLib.Variant):void {
    // Gjs wrapper for gtk_application_remove_accelerator()
}

Removes an accelerator that has been previously added with Gtk.Application.prototype.add_accelerator.

Since 3.4

action_name

the name of the action to activate

parameter

parameter to pass when activating the action, or null if the action does not accept an activation parameter