Merge pull request #756 from astavale/gi-updates-for-draw
Update GObject introspection annotations for libvips/draw directory
This commit is contained in:
commit
79a085bd39
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user