docs: use Returns: consistently

Instead of Return value:
This commit is contained in:
William Jon McCann
2014-02-19 18:49:43 -05:00
parent a6084e264d
commit 469d333aa2
219 changed files with 1612 additions and 1612 deletions

View File

@ -415,7 +415,7 @@ gtk_stack_switcher_set_stack (GtkStackSwitcher *switcher,
* Retrieves the stack.
* See gtk_stack_switcher_set_stack().
*
* Return value: (transfer none): the stack, or %NULL if
* Returns: (transfer none): the stack, or %NULL if
* none has been set explicitly.
*
* Since: 3.10
@ -506,7 +506,7 @@ gtk_stack_switcher_class_init (GtkStackSwitcherClass *class)
*
* Create a new #GtkStackSwitcher.
*
* Return value: a new #GtkStackSwitcher.
* Returns: a new #GtkStackSwitcher.
*
* Since: 3.10
*/