After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 729451 - Removing accels with application_set_accels_for_action
Removing accels with application_set_accels_for_action
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Class: GtkApplication
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2014-05-03 09:52 UTC by Paolo Borelli
Modified: 2014-05-05 11:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Paolo Borelli 2014-05-03 09:52:05 UTC
gtk_application_remove_accelerator is now deprecated in favor of gtk_application_set_accels for action, but the latter:

1) does not mention in the docs how to remove accels
2) as far as I can see it does not accept NULL which is what I would expect to pass to unset all the accels