summaryrefslogtreecommitdiff
path: root/gtk/deprecated/gtktoggleaction.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-19 18:49:43 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-19 18:56:05 -0500
commit469d333aa27c67f7d9b2f3923d62fef8519ff2ba (patch)
treeacacd39d222efb5f22738a36115ed946c43f7797 /gtk/deprecated/gtktoggleaction.c
parenta6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff)
downloadgtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/deprecated/gtktoggleaction.c')
-rw-r--r--gtk/deprecated/gtktoggleaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/deprecated/gtktoggleaction.c b/gtk/deprecated/gtktoggleaction.c
index 82ebc91ba1..71bb0367da 100644
--- a/gtk/deprecated/gtktoggleaction.c
+++ b/gtk/deprecated/gtktoggleaction.c
@@ -178,7 +178,7 @@ gtk_toggle_action_init (GtkToggleAction *action)
* a #GtkActionGroup and set the accelerator for the action,
* call gtk_action_group_add_action_with_accel().
*
- * Return value: a new #GtkToggleAction
+ * Returns: a new #GtkToggleAction
*
* Since: 2.4
*