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

@ -529,7 +529,7 @@ gtk_message_dialog_get_property (GObject *object,
* signal is emitted with response IDs from #GtkResponseType. See
* #GtkDialog for more details.
*
* Return value: (transfer none): a new #GtkMessageDialog
* Returns: (transfer none): a new #GtkMessageDialog
*/
GtkWidget*
gtk_message_dialog_new (GtkWindow *parent,
@ -614,7 +614,7 @@ gtk_message_dialog_new (GtkWindow *parent,
* markup);
* ]|
*
* Return value: a new #GtkMessageDialog
* Returns: a new #GtkMessageDialog
*
* Since: 2.4
**/
@ -696,7 +696,7 @@ gtk_message_dialog_set_image (GtkMessageDialog *dialog,
*
* Gets the dialogs image.
*
* Return value: (transfer none): the dialogs image
* Returns: (transfer none): the dialogs image
*
* Since: 2.14
* Deprecated: 3.12: Use #GtkDialog for dialogs with images
@ -851,7 +851,7 @@ gtk_message_dialog_format_secondary_markup (GtkMessageDialog *message_dialog,
* See gtk_dialog_get_content_area() for the corresponding
* function in the parent #GtkDialog.
*
* Return value: (transfer none): A #GtkVBox corresponding to the
* Returns: (transfer none): A #GtkVBox corresponding to the
* “message area” in the @message_dialog.
*
* Since: 2.22