From 12b3c66d7c0c8f00b0e68475d3517407d25a90bb Mon Sep 17 00:00:00 2001 From: Alistair Thomas Date: Sat, 30 Sep 2017 21:26:52 +0100 Subject: [PATCH] Update GObject introspection annotations for libvips/draw directory --- libvips/draw/draw_circle.c | 4 ++-- libvips/draw/draw_flood.c | 4 ++-- libvips/draw/draw_image.c | 2 +- libvips/draw/draw_line.c | 4 ++-- libvips/draw/draw_mask.c | 4 ++-- libvips/draw/draw_rect.c | 8 ++++---- libvips/draw/draw_smudge.c | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/libvips/draw/draw_circle.c b/libvips/draw/draw_circle.c index 29a45d94..e0acb69e 100644 --- a/libvips/draw/draw_circle.c +++ b/libvips/draw/draw_circle.c @@ -283,7 +283,7 @@ vips_draw_circlev( VipsImage *image, } /** - * vips_draw_circle: + * vips_draw_circle: (method) * @image: image to draw on * @ink: (array length=n): value to draw * @n: length of ink array @@ -320,7 +320,7 @@ vips_draw_circle( VipsImage *image, } /** - * vips_draw_circle1: + * vips_draw_circle1: (method) * @image: image to draw on * @ink: value to draw * @cx: centre of draw_circle diff --git a/libvips/draw/draw_flood.c b/libvips/draw/draw_flood.c index 23f0f2a0..2d2367a1 100644 --- a/libvips/draw/draw_flood.c +++ b/libvips/draw/draw_flood.c @@ -678,7 +678,7 @@ vips_draw_floodv( VipsImage *image, } /** - * vips_draw_flood: + * vips_draw_flood: (method) * @image: image to draw on * @ink: (array length=n): value to draw * @n: length of ink array @@ -730,7 +730,7 @@ vips_draw_flood( VipsImage *image, } /** - * vips_draw_flood1: + * vips_draw_flood1: (method) * @image: image to draw on * @ink: value to draw * @x: centre of circle diff --git a/libvips/draw/draw_image.c b/libvips/draw/draw_image.c index 3f9aa053..da0a2c11 100644 --- a/libvips/draw/draw_image.c +++ b/libvips/draw/draw_image.c @@ -291,7 +291,7 @@ vips_draw_image_init( VipsDrawImage *draw_image ) } /** - * vips_draw_image: + * vips_draw_image: (method) * @image: image to draw on * @sub: image to paint * @x: draw @sub here diff --git a/libvips/draw/draw_line.c b/libvips/draw/draw_line.c index a39969cb..30f5ab43 100644 --- a/libvips/draw/draw_line.c +++ b/libvips/draw/draw_line.c @@ -331,7 +331,7 @@ vips_draw_linev( VipsImage *image, } /** - * vips_draw_line: + * vips_draw_line: (method) * @image: image to draw on * @ink: (array length=n): value to draw * @n: length of ink array @@ -364,7 +364,7 @@ vips_draw_line( VipsImage *image, } /** - * vips_draw_line1: + * vips_draw_line1: (method) * @image: image to draw on * @ink: value to draw * @x1: start of draw_line diff --git a/libvips/draw/draw_mask.c b/libvips/draw/draw_mask.c index 92228631..24ccf632 100644 --- a/libvips/draw/draw_mask.c +++ b/libvips/draw/draw_mask.c @@ -362,7 +362,7 @@ vips_draw_maskv( VipsImage *image, } /** - * vips_draw_mask: + * vips_draw_mask: (method) * @image: image to draw on * @ink: (array length=n): value to draw * @n: size of ink array @@ -397,7 +397,7 @@ vips_draw_mask( VipsImage *image, } /** - * vips_draw_mask1: + * vips_draw_mask1: (method) * @image: image to draw on * @ink: value to draw * @mask: mask of 0/255 values showing where to plot diff --git a/libvips/draw/draw_rect.c b/libvips/draw/draw_rect.c index ac7f33b1..e1599145 100644 --- a/libvips/draw/draw_rect.c +++ b/libvips/draw/draw_rect.c @@ -228,7 +228,7 @@ vips_draw_rectv( VipsImage *image, } /** - * vips_draw_rect: + * vips_draw_rect: (method) * @image: image to draw on * @ink: (array length=n): value to draw * @n: length of ink array @@ -265,7 +265,7 @@ vips_draw_rect( VipsImage *image, } /** - * vips_draw_rect1: + * vips_draw_rect1: (method) * @image: image to draw on * @ink: value to draw * @left: area to paint @@ -303,7 +303,7 @@ vips_draw_rect1( VipsImage *image, } /** - * vips_draw_point: + * vips_draw_point: (method) * @image: image to draw on * @ink: (array length=n): value to draw * @n: length of ink array @@ -331,7 +331,7 @@ vips_draw_point( VipsImage *image, double *ink, int n, int x, int y, ... ) } /** - * vips_draw_point1: + * vips_draw_point1: (method) * @image: image to draw on * @ink: value to draw * @x: point to draw diff --git a/libvips/draw/draw_smudge.c b/libvips/draw/draw_smudge.c index 17f4951e..da4e885f 100644 --- a/libvips/draw/draw_smudge.c +++ b/libvips/draw/draw_smudge.c @@ -229,7 +229,7 @@ vips_draw_smudge_init( VipsDrawSmudge *draw_smudge ) } /** - * vips_draw_smudge: + * vips_draw_smudge: (method) * @image: image to draw on * @left: point to paint * @top: point to paint