Add gtk_application_get_actions_for_accel()
This counterpart to gtk_application_get_accels_for_action() lets you find out if a particular accelerator has one or more actions associated with it. This might be useful from an accelerator editor or plugin system to prevent the the installation of conflicting accelerators. https://bugzilla.gnome.org/show_bug.cgi?id=721367
This commit is contained in:
committed by
Matthias Clasen
parent
9746419cce
commit
7d81d0a3bb
@ -7415,6 +7415,7 @@ gtk_application_remove_accelerator
|
||||
gtk_application_list_action_descriptions
|
||||
gtk_application_get_accels_for_action
|
||||
gtk_application_set_accels_for_action
|
||||
gtk_application_get_actions_for_accel
|
||||
|
||||
<SUBSECTION Standard>
|
||||
GTK_TYPE_APPLICATION
|
||||
|
||||
Reference in New Issue
Block a user