fix some more small introspection warnings
This commit is contained in:
parent
f9895d1169
commit
82a8df2a1f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user