Merge pull request #759 from astavale/gi-updates-for-morphology

Update GObject introspection annotations for libvips/morphology direc…
This commit is contained in:
John Cupitt 2017-10-01 19:33:22 +01:00 committed by GitHub
commit 9c86459be3
4 changed files with 9 additions and 9 deletions

View File

@ -157,9 +157,9 @@ vips_countlines_init( VipsCountlines *countlines )
} }
/** /**
* vips_countlines: * vips_countlines: (method)
* @in: input image * @in: input image
* @nolines: output average number of lines * @nolines: (out): output average number of lines
* @direction: count lines horizontally or vertically * @direction: count lines horizontally or vertically
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments
* *

View File

@ -142,7 +142,7 @@ vips_labelregions_init( VipsLabelregions *labelregions )
} }
/** /**
* vips_labelregions: * vips_labelregions: (method)
* @in: image to test * @in: image to test
* @mask: write labelled regions here * @mask: write labelled regions here
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments

View File

@ -168,9 +168,9 @@ vips_morph_init( VipsMorph *morph )
} }
/** /**
* vips_morph: * vips_morph: (method)
* @in: input image * @in: input image
* @out: output image * @out: (out): output image
* @mask: morphology with this mask * @mask: morphology with this mask
* @morph: operation to perform * @morph: operation to perform
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments

View File

@ -447,9 +447,9 @@ vips_rank_init( VipsRank *rank )
} }
/** /**
* vips_rank: * vips_rank: (method)
* @in: input image * @in: input image
* @out: output image * @out: (out): output image
* @width: width of region * @width: width of region
* @height: height of region * @height: height of region
* @index: select pixel * @index: select pixel
@ -491,9 +491,9 @@ vips_rank( VipsImage *in, VipsImage **out,
} }
/** /**
* vips_median: * vips_median: (method)
* @in: input image * @in: input image
* @out: output image * @out: (out): output image
* @size: size of region * @size: size of region
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments
* *