[glib] simpleaction: Fix documentation of :enabled
- From: Damien Lespiau <dlespiau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] simpleaction: Fix documentation of :enabled
- Date: Thu, 8 Sep 2011 16:09:53 +0000 (UTC)
commit c8ef5b7d6c08c2e455527d42e1a1845261d30f09
Author: Damien Lespiau <damien lespiau intel com>
Date: Thu Sep 8 14:25:41 2011 +0100
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
gio/gsimpleaction.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gsimpleaction.c b/gio/gsimpleaction.c
index 00d5250..2456b16 100644
--- a/gio/gsimpleaction.c
+++ b/gio/gsimpleaction.c
@@ -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
**/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]