Update GObject introspection annotations for libvips/mosaicing directory

This commit is contained in:
Alistair Thomas 2017-09-30 23:19:03 +01:00
parent fe20b92e33
commit 5c2ceed80c
6 changed files with 8 additions and 7 deletions

View File

@ -111,6 +111,7 @@ headers="\
convolution.h \ convolution.h \
draw.h \ draw.h \
morphology.h \ morphology.h \
mosaicing.h \
type.h \ type.h \
rect.h \ rect.h \
memory.h \ memory.h \

View File

@ -1802,9 +1802,9 @@ vips_globalbalance_init( VipsGlobalbalance *globalbalance )
} }
/** /**
* vips_globalbalance: * vips_globalbalance: (method)
* @in: mosaic to rebuild * @in: mosaic to rebuild
* @out: output image * @out: (out): output image
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments
* *
* Optional arguments: * Optional arguments:

View File

@ -194,9 +194,9 @@ vips_remosaic_init( VipsRemosaic *remosaic )
} }
/** /**
* vips_remosaic: * vips_remosaic: (method)
* @in: mosaic to rebuild * @in: mosaic to rebuild
* @out: output image * @out: (out): output image
* @old_str: gamma of source images * @old_str: gamma of source images
* @new_str: gamma of source images * @new_str: gamma of source images
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments

View File

@ -315,7 +315,7 @@ vips_match_init( VipsMatch *match )
* vips_match: * vips_match:
* @ref: reference image * @ref: reference image
* @sec: secondary image * @sec: secondary image
* @out: output image * @out: (out): output image
* @xr1: first reference tie-point * @xr1: first reference tie-point
* @yr1: first reference tie-point * @yr1: first reference tie-point
* @xs1: first secondary tie-point * @xs1: first secondary tie-point

View File

@ -168,7 +168,7 @@ vips_merge_init( VipsMerge *merge )
* vips_merge: * vips_merge:
* @ref: reference image * @ref: reference image
* @sec: secondary image * @sec: secondary image
* @out: output image * @out: (out): output image
* @direction: horizontal or vertical merge * @direction: horizontal or vertical merge
* @dx: displacement of ref from sec * @dx: displacement of ref from sec
* @dy: displacement of ref from sec * @dy: displacement of ref from sec

View File

@ -314,7 +314,7 @@ vips_mosaic_init( VipsMosaic *mosaic )
* vips_mosaic: * vips_mosaic:
* @ref: reference image * @ref: reference image
* @sec: secondary image * @sec: secondary image
* @out: output image * @out: (out): output image
* @direction: horizontal or vertical join * @direction: horizontal or vertical join
* @xref: position in reference image * @xref: position in reference image
* @yref: position in reference image * @yref: position in reference image