summaryrefslogtreecommitdiff
path: root/gtk/gtkswitch.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/gtkswitch.c
parenta6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff)
downloadgtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkswitch.c')
-rw-r--r--gtk/gtkswitch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkswitch.c b/gtk/gtkswitch.c
index ad24dcad63..354e9e514f 100644
--- a/gtk/gtkswitch.c
+++ b/gtk/gtkswitch.c
@@ -911,7 +911,7 @@ gtk_switch_init (GtkSwitch *self)
*
* Creates a new #GtkSwitch widget.
*
- * Return value: the newly created #GtkSwitch instance
+ * Returns: the newly created #GtkSwitch instance
*
* Since: 3.0
*/
@@ -976,7 +976,7 @@ gtk_switch_set_active (GtkSwitch *sw,
*
* Gets whether the #GtkSwitch is in its “on” or “off” state.
*
- * Return value: %TRUE if the #GtkSwitch is active, and %FALSE otherwise
+ * Returns: %TRUE if the #GtkSwitch is active, and %FALSE otherwise
*
* Since: 3.0
*/