simpleaction: Fix documentation of :enabled
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 8 Sep 2011 13:25:41 +0000 (14:25 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Thu, 8 Sep 2011 16:07:56 +0000 (17:07 +0100)
An over-zealous sed, most likely, transformed g_action_.*() into
g_simple_action.*().

https://bugzilla.gnome.org/show_bug.cgi?id=658558

gio/gsimpleaction.c

index 00d52508808838bd8c0fb5b10878ae5b7f13b000..2456b16787d19ed5765a1fbffa934d2bea4585a2 100644 (file)
@@ -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
    **/