fix some more small introspection warnings

This commit is contained in:
John Cupitt 2022-02-15 10:10:21 +00:00
parent f9895d1169
commit 82a8df2a1f
3 changed files with 6 additions and 6 deletions

View File

@ -70,7 +70,7 @@
*/
/**
* vips_composite: (method)
* vips_composite:
* @in: (array length=n) (transfer none): array of input images
* @out: (out): output image
* @n: number of input images

View File

@ -225,7 +225,7 @@ vips_switchv( VipsImage **tests, VipsImage **out, int n, va_list ap )
}
/**
* vips_switch: (method)
* vips_switch:
* @tests: (array length=n): test these images
* @out: (out): output index image
* @n: number of input images

View File

@ -387,10 +387,10 @@ vips_area_new_array_object( int n )
/**
* vips_area_get_data: (method)
* @area: #VipsArea to fetch from
* @length: (out optional): optionally return length in bytes here
* @n: (out optional): optionally return number of elements here
* @type: (out optional): optionally return element type here
* @sizeof_type: (out optional): optionally return sizeof() element type here
* @length: (out) (optional): optionally return length in bytes here
* @n: (out) (optional): optionally return number of elements here
* @type: (out) (optional): optionally return element type here
* @sizeof_type: (out) (optional): optionally return sizeof() element type here
*
* Return the data pointer plus optionally the length in bytes of an area,
* the number of elements, the %GType of each element and the sizeof() each