summaryrefslogtreecommitdiff
path: root/gtk/gtkscalebutton.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/gtkscalebutton.c
parenta6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff)
downloadgtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkscalebutton.c')
-rw-r--r--gtk/gtkscalebutton.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkscalebutton.c b/gtk/gtkscalebutton.c
index 3f1eea7ce9..4ef8a45089 100644
--- a/gtk/gtkscalebutton.c
+++ b/gtk/gtkscalebutton.c
@@ -516,7 +516,7 @@ gtk_scale_button_dispose (GObject *object)
* Creates a #GtkScaleButton, with a range between @min and @max, with
* a stepping of @step.
*
- * Return value: a new #GtkScaleButton
+ * Returns: a new #GtkScaleButton
*
* Since: 2.12
*/
@@ -547,7 +547,7 @@ gtk_scale_button_new (GtkIconSize size,
*
* Gets the current value of the scale button.
*
- * Return value: current value of the scale button
+ * Returns: current value of the scale button
*
* Since: 2.12
*/