[gtk+] docs: fix function name link
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] docs: fix function name link
- Date: Wed, 22 Jan 2014 00:17:12 +0000 (UTC)
commit 950df32ee3b3b35ea73b443cc84f6ded42ed8a41
Author: William Jon McCann <william jon mccann gmail com>
Date: Tue Jan 21 16:57:11 2014 -0500
docs: fix function name link
gtk/deprecated/gtkaction.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/deprecated/gtkaction.c b/gtk/deprecated/gtkaction.c
index 8d8db85..0166ea6 100644
--- a/gtk/deprecated/gtkaction.c
+++ b/gtk/deprecated/gtkaction.c
@@ -1149,7 +1149,7 @@ gtk_action_get_name (GtkAction *action)
*
* Since: 2.4
*
- * Deprecated: 3.10: Use g_simple_action_get_enabled() on a #GSimpleAction
+ * Deprecated: 3.10: Use g_action_get_enabled() on a #GAction
* instead
**/
gboolean
@@ -1176,7 +1176,7 @@ gtk_action_is_sensitive (GtkAction *action)
*
* Since: 2.4
*
- * Deprecated: 3.10: Use g_simple_action_get_enabled() on a #GSimpleAction
+ * Deprecated: 3.10: Use g_action_get_enabled() on a #GAction
* instead
**/
gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]