Correct GObject annotation for vips_bandjoin_const() @in parameter from array to instance

This commit is contained in:
Alistair Thomas 2017-09-27 13:35:34 +01:00
parent 5bad0404c2
commit fd71c3f448

View File

@ -428,8 +428,8 @@ vips_bandjoin_constv( VipsImage *in, VipsImage **out,
}
/**
* vips_bandjoin_const:
* @in: (array length=n) (transfer none): array of input images
* vips_bandjoin_const: (method)
* @in: input image
* @out: (out): output image
* @c: (array length=n): array of constants to append
* @n: number of constants