diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-19 18:49:43 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-19 18:56:05 -0500 |
commit | 469d333aa27c67f7d9b2f3923d62fef8519ff2ba (patch) | |
tree | acacd39d222efb5f22738a36115ed946c43f7797 /gtk/gtkpaned.c | |
parent | a6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff) | |
download | gtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz |
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkpaned.c')
-rw-r--r-- | gtk/gtkpaned.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkpaned.c b/gtk/gtkpaned.c index b25d243a77..2fe515a5bd 100644 --- a/gtk/gtkpaned.c +++ b/gtk/gtkpaned.c @@ -1877,7 +1877,7 @@ gtk_paned_motion (GtkWidget *widget, * * Creates a new #GtkPaned widget. * - * Return value: a new #GtkPaned. + * Returns: a new #GtkPaned. * * Since: 3.0 **/ @@ -2070,7 +2070,7 @@ gtk_paned_forall (GtkContainer *container, * * Obtains the position of the divider between the two panes. * - * Return value: position of the divider + * Returns: position of the divider **/ gint gtk_paned_get_position (GtkPaned *paned) @@ -2143,7 +2143,7 @@ gtk_paned_set_position (GtkPaned *paned, * * Obtains the first child of the paned widget. * - * Return value: (transfer none): first child, or %NULL if it is not set. + * Returns: (transfer none): first child, or %NULL if it is not set. * * Since: 2.4 **/ @@ -2161,7 +2161,7 @@ gtk_paned_get_child1 (GtkPaned *paned) * * Obtains the second child of the paned widget. * - * Return value: (transfer none): second child, or %NULL if it is not set. + * Returns: (transfer none): second child, or %NULL if it is not set. * * Since: 2.4 **/ @@ -2832,7 +2832,7 @@ gtk_paned_toggle_handle_focus (GtkPaned *paned) * enables the callback to distinguish between the window * of the paned, a child and the handle. * - * Return value: (transfer none): the paned’s handle window. + * Returns: (transfer none): the paned’s handle window. * * Since: 2.20 **/ |