Merge pull request #755 from astavale/gi-updates-for-create

Update GObject introspection annotations for libvips/create directory
This commit is contained in:
John Cupitt 2017-10-03 10:56:59 +01:00 committed by GitHub
commit e0cf15285a
28 changed files with 58 additions and 57 deletions

View File

@ -111,6 +111,7 @@ headers="\
arithmetic.h \ arithmetic.h \
colour.h \ colour.h \
convolution.h \ convolution.h \
create.h \
draw.h \ draw.h \
morphology.h \ morphology.h \
mosaicing.h \ mosaicing.h \

View File

@ -155,7 +155,7 @@ vips_black_init( VipsBlack *black )
/** /**
* vips_black: * vips_black:
* @out: output image * @out: (out): output image
* @width: output width * @width: output width
* @height: output height * @height: output height
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments

View File

@ -271,9 +271,9 @@ vips_buildlut_init( VipsBuildlut *lut )
} }
/** /**
* vips_buildlut: * vips_buildlut: (method)
* @in: input matrix * @in: input matrix
* @out: output image * @out: (out): output image
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments
* *
* This operation builds a lookup table from a set of points. Intermediate * This operation builds a lookup table from a set of points. Intermediate

View File

@ -116,7 +116,7 @@ vips_eye_init( VipsEye *eye )
/** /**
* vips_eye: * vips_eye:
* @out: output image * @out: (out): output image
* @width: image size * @width: image size
* @height: image size * @height: image size
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments

View File

@ -131,7 +131,7 @@ vips_fractsurf_init( VipsFractsurf *fractsurf )
/** /**
* vips_fractsurf: * vips_fractsurf:
* @out: output image * @out: (out): output image
* @width: output width * @width: output width
* @height: output height * @height: output height
* @fractal_dimension: fractal dimension * @fractal_dimension: fractal dimension

View File

@ -227,7 +227,7 @@ vips_gaussmat_init( VipsGaussmat *gaussmat )
/** /**
* vips_gaussmat: * vips_gaussmat:
* @out: output image * @out: (out): output image
* @sigma: standard deviation of mask * @sigma: standard deviation of mask
* @min_ampl: minimum amplitude * @min_ampl: minimum amplitude
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments

View File

@ -207,7 +207,7 @@ vips_gaussnoise_init( VipsGaussnoise *gaussnoise )
/** /**
* vips_gaussnoise: * vips_gaussnoise:
* @out: output image * @out: (out): output image
* @width: output width * @width: output width
* @height: output height * @height: output height
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments

View File

@ -100,7 +100,7 @@ vips_grey_init( VipsGrey *grey )
/** /**
* vips_grey: * vips_grey:
* @out: output image * @out: (out): output image
* @width: image size * @width: image size
* @height: image size * @height: image size
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments

View File

@ -173,7 +173,7 @@ vips_identity_init( VipsIdentity *identity )
/** /**
* vips_identity: * vips_identity:
* @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

@ -307,9 +307,9 @@ vips_invertlut_init( VipsInvertlut *lut )
} }
/** /**
* vips_invertlut: * vips_invertlut: (method)
* @in: input mask * @in: input mask
* @out: output LUT * @out: (out): output LUT
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments
* *
* Optional arguments: * Optional arguments:

View File

@ -244,7 +244,7 @@ vips_logmat_init( VipsLogmat *logmat )
/** /**
* vips_logmat: * vips_logmat:
* @out: output image * @out: (out): output image
* @sigma: standard deviation of mask * @sigma: standard deviation of mask
* @min_ampl: minimum amplitude * @min_ampl: minimum amplitude
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments

View File

@ -117,7 +117,7 @@ vips_mask_butterworth_init( VipsMaskButterworth *butterworth )
/** /**
* vips_mask_butterworth: * vips_mask_butterworth:
* @out: output image * @out: (out): output image
* @width: image size * @width: image size
* @height: image size * @height: image size
* @order: filter order * @order: filter order

View File

@ -159,7 +159,7 @@ vips_mask_butterworth_band_init(
/** /**
* vips_mask_butterworth_band: * vips_mask_butterworth_band:
* @out: output image * @out: (out): output image
* @width: image size * @width: image size
* @height: image size * @height: image size
* @order: filter order * @order: filter order

View File

@ -120,7 +120,7 @@ vips_mask_butterworth_ring_init(
/** /**
* vips_mask_butterworth_ring: * vips_mask_butterworth_ring:
* @out: output image * @out: (out): output image
* @width: image size * @width: image size
* @height: image size * @height: image size
* @order: filter order * @order: filter order

View File

@ -106,7 +106,7 @@ vips_mask_fractal_init( VipsMaskFractal *fractal )
/** /**
* vips_mask_fractal: * vips_mask_fractal:
* @out: output image * @out: (out): output image
* @width: image size * @width: image size
* @height: image size * @height: image size
* @fractal_dimension: fractal dimension * @fractal_dimension: fractal dimension

View File

@ -107,7 +107,7 @@ vips_mask_gaussian_init( VipsMaskGaussian *gaussian )
/** /**
* vips_mask_gaussian: * vips_mask_gaussian:
* @out: output image * @out: (out): output image
* @width: image size * @width: image size
* @height: image size * @height: image size
* @frequency_cutoff: frequency threshold * @frequency_cutoff: frequency threshold

View File

@ -144,7 +144,7 @@ vips_mask_gaussian_band_init( VipsMaskGaussianBand *gaussian_band )
/** /**
* vips_mask_gaussian_band: * vips_mask_gaussian_band:
* @out: output image * @out: (out): output image
* @width: image size * @width: image size
* @height: image size * @height: image size
* @frequency_cutoff_x: band position * @frequency_cutoff_x: band position

View File

@ -114,7 +114,7 @@ vips_mask_gaussian_ring_init( VipsMaskGaussianRing *gaussian_ring )
/** /**
* vips_mask_gaussian_ring: * vips_mask_gaussian_ring:
* @out: output image * @out: (out): output image
* @width: image size * @width: image size
* @height: image size * @height: image size
* @frequency_cutoff: frequency threshold * @frequency_cutoff: frequency threshold

View File

@ -97,7 +97,7 @@ vips_mask_ideal_init( VipsMaskIdeal *ideal )
/** /**
* vips_mask_ideal: * vips_mask_ideal:
* @out: output image * @out: (out): output image
* @width: image size * @width: image size
* @height: image size * @height: image size
* @frequency_cutoff: threshold at which filter ends * @frequency_cutoff: threshold at which filter ends

View File

@ -127,7 +127,7 @@ vips_mask_ideal_band_init( VipsMaskIdealBand *ideal_band )
/** /**
* vips_mask_ideal_band: * vips_mask_ideal_band:
* @out: output image * @out: (out): output image
* @width: image size * @width: image size
* @height: image size * @height: image size
* @frequency_cutoff_x: position of band * @frequency_cutoff_x: position of band

View File

@ -111,7 +111,7 @@ vips_mask_ideal_ring_init( VipsMaskIdealRing *ideal_ring )
/** /**
* vips_mask_ideal_ring: * vips_mask_ideal_ring:
* @out: output image * @out: (out): output image
* @width: image size * @width: image size
* @height: image size * @height: image size
* @frequency_cutoff: threshold at which filter ends * @frequency_cutoff: threshold at which filter ends

View File

@ -331,7 +331,7 @@ vips_perlin_init( VipsPerlin *perlin )
/** /**
* vips_perlin: * vips_perlin:
* @out: output image * @out: (out): output image
* @width: horizontal size * @width: horizontal size
* @height: vertical size * @height: vertical size
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments

View File

@ -147,7 +147,7 @@ vips_sines_init( VipsSines *sines )
/** /**
* vips_sines: * vips_sines:
* @out: output image * @out: (out): output image
* @width: image size * @width: image size
* @height: image size * @height: image size
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments

View File

@ -335,7 +335,7 @@ vips_text_init( VipsText *text )
/** /**
* vips_text: * vips_text:
* @out: output image * @out: (out): output image
* @text: utf-8 text string to render * @text: utf-8 text string to render
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments
* *

View File

@ -310,7 +310,7 @@ vips_tonelut_init( VipsTonelut *lut )
/** /**
* vips_tonelut: * vips_tonelut:
* @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

@ -337,7 +337,7 @@ vips_worley_init( VipsWorley *worley )
/** /**
* vips_worley: * vips_worley:
* @out: output image * @out: (out): output image
* @width: horizontal size * @width: horizontal size
* @height: vertical size * @height: vertical size
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments

View File

@ -239,7 +239,7 @@ vips_xyz_init( VipsXyz *xyz )
/** /**
* vips_xyz: * vips_xyz:
* @out: output image * @out: (out): output image
* @width: horizontal size * @width: horizontal size
* @height: vertical size * @height: vertical size
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments

View File

@ -99,7 +99,7 @@ vips_zone_init( VipsZone *zone )
/** /**
* vips_zone: * vips_zone:
* @out: output image * @out: (out): output image
* @width: image size * @width: image size
* @height: image size * @height: image size
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments