GNOME Bugzilla – Bug 743521
GSimpleAction: add g_simple_action_set_state_hint
Last modified: 2015-01-26 14:19:13 UTC
See patch. Discussed with Ryan at the DX hackfest.
Created attachment 295435 [details] [review] GSimpleAction: add g_simple_action_set_state_hint Currently the only way to set a state hint on an action is through a subclass; add a g_simple_action_set_state_hint() method so that this becomes easier for clients that already use GSimpleAction.
Review of attachment 295435 [details] [review]: Looks good. Thanks!
Thanks, pushed. Attachment 295435 [details] pushed as be2d9b4 - GSimpleAction: add g_simple_action_set_state_hint