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 676243 - Document removing of accelerators
Document removing of accelerators
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
unspecified
Other All
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-05-17 14:17 UTC by Holger Berndt
Modified: 2012-05-18 13:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Document removing of accelerators (925 bytes, patch)
2012-05-17 14:17 UTC, Holger Berndt
committed Details | Review

Description Holger Berndt 2012-05-17 14:17:33 UTC
The current reference documentation doesn't mention how accelerators
can be removed from the accelerator map. Internally, this is done
by calling gtk_accel_map_change_entry() with accel key and mods of 0.
This patch mentions this functionality in the reference documentation.

The wording is rather defensive, as not all accelerators can be removed.
Comment 1 Holger Berndt 2012-05-17 14:17:35 UTC
Created attachment 214254 [details] [review]
Document removing of accelerators
Comment 2 Matthias Clasen 2012-05-18 12:40:08 UTC
Review of attachment 214254 [details] [review]:

Sure, looks fine
Comment 3 Holger Berndt 2012-05-18 13:42:41 UTC
Thanks for the quick review!

Attachment 214254 [details] pushed as 479c02a - Document removing of accelerators