From fd71c3f44830634127f4a0a565dd89e7b4f13b4d Mon Sep 17 00:00:00 2001 From: Alistair Thomas Date: Wed, 27 Sep 2017 13:35:34 +0100 Subject: [PATCH] Correct GObject annotation for vips_bandjoin_const() @in parameter from array to instance --- libvips/conversion/bandjoin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvips/conversion/bandjoin.c b/libvips/conversion/bandjoin.c index dd1b1b10..2858cded 100644 --- a/libvips/conversion/bandjoin.c +++ b/libvips/conversion/bandjoin.c @@ -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