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:
@ -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
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user