mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
simpleaction: Fix documentation of :enabled
An over-zealous sed, most likely, transformed g_action_.*() into g_simple_action.*(). https://bugzilla.gnome.org/show_bug.cgi?id=658558
This commit is contained in:
parent
e03b70c4a2
commit
c8ef5b7d6c
@ -391,8 +391,8 @@ g_simple_action_class_init (GSimpleActionClass *class)
|
||||
*
|
||||
* If @action is currently enabled.
|
||||
*
|
||||
* If the action is disabled then calls to g_simple_action_activate() and
|
||||
* g_simple_action_change_state() have no effect.
|
||||
* If the action is disabled then calls to g_action_activate() and
|
||||
* g_action_change_state() have no effect.
|
||||
*
|
||||
* Since: 2.28
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user