Method
GtkApplicationremove_accelerator
deprecated: 3.14 since: 3.4
Declaration [src]
void
gtk_application_remove_accelerator (
GtkApplication* application,
const gchar* action_name,
GVariant* parameter
)
Description [src]
Removes an accelerator that has been previously added with gtk_application_add_accelerator().
Available since: 3.4
Deprecated since: 3.14
Use gtk_application_set_accels_for_action()
instead.
Parameters
action_name
-
Type:
const gchar*
The name of the action to activate.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. parameter
-
Type:
GVariant
Parameter to pass when activating the action, or
NULL
if the action does not accept an activation parameter.The argument can be NULL
.The data is owned by the caller of the method.