summaryrefslogtreecommitdiff
path: root/gtk/deprecated/gtkactiongroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/deprecated/gtkactiongroup.c')
-rw-r--r--gtk/deprecated/gtkactiongroup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/deprecated/gtkactiongroup.c b/gtk/deprecated/gtkactiongroup.c
index 44bc6d5b22..113b3ee1da 100644
--- a/gtk/deprecated/gtkactiongroup.c
+++ b/gtk/deprecated/gtkactiongroup.c
@@ -672,7 +672,7 @@ gtk_action_group_get_name (GtkActionGroup *action_group)
* they are sensitive (see gtk_action_get_sensitive()) and their group
* is sensitive.
*
- * Return value: %TRUE if the group is sensitive.
+ * Returns: %TRUE if the group is sensitive.
*
* Since: 2.4
*
@@ -741,7 +741,7 @@ gtk_action_group_set_sensitive (GtkActionGroup *action_group,
* they are visible (see gtk_action_get_visible()) and their group
* is visible.
*
- * Return value: %TRUE if the group is visible.
+ * Returns: %TRUE if the group is visible.
*
* Since: 2.4
*