mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
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. https://bugzilla.gnome.org/show_bug.cgi?id=743521
This commit is contained in:
@@ -3221,6 +3221,7 @@ g_simple_action_new_stateful
|
||||
<SUBSECTION>
|
||||
g_simple_action_set_enabled
|
||||
g_simple_action_set_state
|
||||
g_simple_action_set_state_hint
|
||||
|
||||
<SUBSECTION Standard>
|
||||
g_simple_action_get_type
|
||||
|
Reference in New Issue
Block a user