summaryrefslogtreecommitdiff
path: root/gtk/gtkbbox.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/gtkbbox.c
parenta6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff)
downloadgtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkbbox.c')
-rw-r--r--gtk/gtkbbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkbbox.c b/gtk/gtkbbox.c
index fafcea74ca..02d0b0e279 100644
--- a/gtk/gtkbbox.c
+++ b/gtk/gtkbbox.c
@@ -395,7 +395,7 @@ gtk_button_box_get_layout (GtkButtonBox *widget)
*
* Returns whether @child should appear in a secondary group of children.
*
- * Return value: whether @child should appear in a secondary group of children.
+ * Returns: whether @child should appear in a secondary group of children.
*
* Since: 2.4
**/
@@ -1136,7 +1136,7 @@ gtk_button_box_size_allocate (GtkWidget *widget,
*
* Creates a new #GtkButtonBox.
*
- * Return value: a new #GtkButtonBox.
+ * Returns: a new #GtkButtonBox.
*
* Since: 3.0
*/