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

@ -58,7 +58,7 @@
* Creates a #GtkTextAttributes, which describes
* a set of properties on some text.
*
* Return value: a new #GtkTextAttributes,
* Returns: a new #GtkTextAttributes,
* free with gtk_text_attributes_unref().
*/
GtkTextAttributes*
@ -86,7 +86,7 @@ gtk_text_attributes_new (void)
*
* Copies @src and returns a new #GtkTextAttributes.
*
* Return value: a copy of @src,
* Returns: a copy of @src,
* free with gtk_text_attributes_unref()
*/
GtkTextAttributes*