Use "Returns:" to annotate return values

To be able to annotate return values through GObject-introspection, you
need to make sure it is tagged with `Returns:` and not something else.
This commit is contained in:
Niels De Graef
2019-08-03 00:10:14 +02:00
committed by Jehan
parent 746a72b956
commit 1dda60154c
150 changed files with 458 additions and 458 deletions

View File

@ -52,7 +52,7 @@ static GdkPixbuf * gimp_pixbuf_from_data (guchar *data,
* Retrieves a thumbnail pixbuf for the image identified by @image_ID.
* The thumbnail will be not larger than the requested size.
*
* Return value: (transfer full): a new #GdkPixbuf
* Returns: (transfer full): a new #GdkPixbuf
*
* Since: 2.2
**/
@ -93,7 +93,7 @@ gimp_image_get_thumbnail (gint32 image_ID,
* @drawable_ID. The thumbnail will be not larger than the requested
* size.
*
* Return value: (transfer full): a new #GdkPixbuf
* Returns: (transfer full): a new #GdkPixbuf
*
* Since: 2.2
**/
@ -139,7 +139,7 @@ gimp_drawable_get_thumbnail (gint32 drawable_ID,
* @drawable_ID. The thumbnail will be not larger than the requested
* size.
*
* Return value: (transfer full): a new #GdkPixbuf
* Returns: (transfer full): a new #GdkPixbuf
*
* Since: 2.2
**/