GNOME Bugzilla – Bug 700085
GActionEntry should have member for attributes
Last modified: 2018-05-24 15:18:08 UTC
If I want to add a number of actions, and make sure they have keyboard shortcuts, I need to have a separate array mapping those, removing any benefits from doing this by hand. extract_accels_from_menu() and extract_accel_from_menu_item() do most of what we're expected to do without duplicating the mappings.
This is GActionDescription.
(In reply to comment #1) > This is GActionDescription. is, or will be? Because I can't find any mentions of it in glib master.
Yes. Will be.
I can't find anything about GActionDescription, or a way to add a single accel for an action without creating my own array.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/700.