diff options
Diffstat (limited to 'gtk/gtkbbox.c')
-rw-r--r-- | gtk/gtkbbox.c | 4 |
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 */ |