Application.removeAccelerator

Removes an accelerator that has been previously added with gtk_application_add_accelerator().

More...
class Application
void
removeAccelerator

Parameters

actionName string

the name of the action to activate

parameter Variant

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

Detailed Description

Deprecated: Use gtk_application_set_accels_for_action() instead

Meta