From d289b61fdca0ffb76049115753148d49f191fa48 Mon Sep 17 00:00:00 2001 From: Alistair Thomas Date: Sun, 17 Sep 2017 22:51:14 +0100 Subject: [PATCH] Improve the gobject introspection annotations for Image.avg () --- libvips/arithmetic/avg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvips/arithmetic/avg.c b/libvips/arithmetic/avg.c index 8946f72e..a7d18fc5 100644 --- a/libvips/arithmetic/avg.c +++ b/libvips/arithmetic/avg.c @@ -225,9 +225,9 @@ vips_avg_init( VipsAvg *avg ) /** - * vips_avg: + * vips_avg: (method) * @in: input #VipsImage - * @out: output pixel average + * @out: (out): output pixel average * @...: %NULL-terminated list of optional named arguments * * This operation finds the average value in an image. It operates on all