Application.removeAccelerator

void removeAccelerator(string actionName, glib.variant.Variant parameter = null)

Removes an accelerator that has been previously added with gtk.application.Application.addAccelerator.

Parameters

actionNamethe name of the action to activate
parameterparameter to pass when activating the action, or null if the action does not accept an activation parameter

Deprecated