From 2917c73404fae4aa9e530b5bcb2f74c336f5e84e Mon Sep 17 00:00:00 2001 From: Alistair Thomas Date: Sat, 30 Sep 2017 19:25:22 +0100 Subject: [PATCH] Update GObject introspection annotations for libvips/colour directory --- libvips/colour/HSV2sRGB.c | 4 ++-- libvips/colour/LCh2Lab.c | 4 ++-- libvips/colour/LCh2UCS.c | 4 ++-- libvips/colour/Lab2LCh.c | 4 ++-- libvips/colour/Lab2LabQ.c | 4 ++-- libvips/colour/Lab2LabS.c | 4 ++-- libvips/colour/Lab2XYZ.c | 10 +++++----- libvips/colour/LabQ2Lab.c | 4 ++-- libvips/colour/LabQ2LabS.c | 4 ++-- libvips/colour/LabQ2sRGB.c | 4 ++-- libvips/colour/LabS2Lab.c | 4 ++-- libvips/colour/LabS2LabQ.c | 4 ++-- libvips/colour/UCS2LCh.c | 4 ++-- libvips/colour/XYZ2Lab.c | 4 ++-- libvips/colour/XYZ2Yxy.c | 4 ++-- libvips/colour/XYZ2scRGB.c | 4 ++-- libvips/colour/Yxy2XYZ.c | 4 ++-- libvips/colour/colourspace.c | 4 ++-- libvips/colour/dE76.c | 2 +- libvips/colour/dECMC.c | 2 +- libvips/colour/float2rad.c | 4 ++-- libvips/colour/icc_transform.c | 16 ++++++++-------- libvips/colour/rad2float.c | 4 ++-- libvips/colour/sRGB2HSV.c | 4 ++-- libvips/colour/sRGB2scRGB.c | 4 ++-- libvips/colour/scRGB2BW.c | 4 ++-- libvips/colour/scRGB2XYZ.c | 4 ++-- libvips/colour/scRGB2sRGB.c | 4 ++-- 28 files changed, 63 insertions(+), 63 deletions(-) diff --git a/libvips/colour/HSV2sRGB.c b/libvips/colour/HSV2sRGB.c index e9835234..c11639e8 100644 --- a/libvips/colour/HSV2sRGB.c +++ b/libvips/colour/HSV2sRGB.c @@ -132,9 +132,9 @@ vips_HSV2sRGB_init( VipsHSV2sRGB *HSV2sRGB ) } /** - * vips_HSV2sRGB: + * vips_HSV2sRGB: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Convert HSV to sRGB. diff --git a/libvips/colour/LCh2Lab.c b/libvips/colour/LCh2Lab.c index 8e257b72..9f615cd3 100644 --- a/libvips/colour/LCh2Lab.c +++ b/libvips/colour/LCh2Lab.c @@ -136,9 +136,9 @@ vips_LCh2Lab_init( VipsLCh2Lab *LCh2Lab ) } /** - * vips_LCh2Lab: + * vips_LCh2Lab: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Turn LCh to Lab. diff --git a/libvips/colour/LCh2UCS.c b/libvips/colour/LCh2UCS.c index ffd11511..4fcc8245 100644 --- a/libvips/colour/LCh2UCS.c +++ b/libvips/colour/LCh2UCS.c @@ -217,9 +217,9 @@ vips_LCh2CMC_init( VipsLCh2CMC *LCh2CMC ) } /** - * vips_LCh2CMC: + * vips_LCh2CMC: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Turn LCh to CMC. diff --git a/libvips/colour/Lab2LCh.c b/libvips/colour/Lab2LCh.c index 7deeb621..9dccb587 100644 --- a/libvips/colour/Lab2LCh.c +++ b/libvips/colour/Lab2LCh.c @@ -160,9 +160,9 @@ vips_Lab2LCh_init( VipsLab2LCh *Lab2LCh ) } /** - * vips_Lab2LCh: + * vips_Lab2LCh: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Turn Lab to LCh. diff --git a/libvips/colour/Lab2LabQ.c b/libvips/colour/Lab2LabQ.c index f8d3df26..f152537e 100644 --- a/libvips/colour/Lab2LabQ.c +++ b/libvips/colour/Lab2LabQ.c @@ -156,9 +156,9 @@ vips_Lab2LabQ_init( VipsLab2LabQ *Lab2LabQ ) } /** - * vips_Lab2LabQ: + * vips_Lab2LabQ: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Convert a Lab three-band float image to LabQ (#VIPS_CODING_LABQ). diff --git a/libvips/colour/Lab2LabS.c b/libvips/colour/Lab2LabS.c index 08ea4096..939e9286 100644 --- a/libvips/colour/Lab2LabS.c +++ b/libvips/colour/Lab2LabS.c @@ -98,9 +98,9 @@ vips_Lab2LabS_init( VipsLab2LabS *Lab2LabS ) } /** - * vips_Lab2LabS: + * vips_Lab2LabS: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Turn Lab to LabS, signed 16-bit int fixed point. diff --git a/libvips/colour/Lab2XYZ.c b/libvips/colour/Lab2XYZ.c index 417983e7..5e229e41 100644 --- a/libvips/colour/Lab2XYZ.c +++ b/libvips/colour/Lab2XYZ.c @@ -192,9 +192,9 @@ vips_Lab2XYZ_init( VipsLab2XYZ *Lab2XYZ ) } /** - * vips_Lab2XYZ: + * vips_Lab2XYZ: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Optional arguments: @@ -224,9 +224,9 @@ vips_Lab2XYZ( VipsImage *in, VipsImage **out, ... ) * @L: Input CIE Lab value * @a: Input CIE Lab value * @b: Input CIE Lab value - * @X: Return CIE XYZ colour - * @Y: Return CIE XYZ colour - * @Z: Return CIE XYZ colour + * @X: (out): Return CIE XYZ colour + * @Y: (out): Return CIE XYZ colour + * @Z: (out): Return CIE XYZ colour * * Calculate XYZ from Lab, D65. * diff --git a/libvips/colour/LabQ2Lab.c b/libvips/colour/LabQ2Lab.c index 9cb0197f..b29b0c49 100644 --- a/libvips/colour/LabQ2Lab.c +++ b/libvips/colour/LabQ2Lab.c @@ -141,9 +141,9 @@ vips_LabQ2Lab_init( VipsLabQ2Lab *LabQ2Lab ) } /** - * vips_LabQ2Lab: + * vips_LabQ2Lab: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Unpack a LabQ (#VIPS_CODING_LABQ) image to a three-band float image. diff --git a/libvips/colour/LabQ2LabS.c b/libvips/colour/LabQ2LabS.c index 17d93c79..b6a2f635 100644 --- a/libvips/colour/LabQ2LabS.c +++ b/libvips/colour/LabQ2LabS.c @@ -121,9 +121,9 @@ vips_LabQ2LabS_init( VipsLabQ2LabS *LabQ2LabS ) } /** - * vips_LabQ2LabS: + * vips_LabQ2LabS: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Unpack a LabQ (#VIPS_CODING_LABQ) image to a three-band short image. diff --git a/libvips/colour/LabQ2sRGB.c b/libvips/colour/LabQ2sRGB.c index 28364b44..737b2712 100644 --- a/libvips/colour/LabQ2sRGB.c +++ b/libvips/colour/LabQ2sRGB.c @@ -531,9 +531,9 @@ vips_LabQ2sRGB_init( VipsLabQ2sRGB *LabQ2sRGB ) } /** - * vips_LabQ2sRGB: + * vips_LabQ2sRGB: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Unpack a LabQ (#VIPS_CODING_LABQ) image to a three-band short image. diff --git a/libvips/colour/LabS2Lab.c b/libvips/colour/LabS2Lab.c index a83113cc..d1cd1fbe 100644 --- a/libvips/colour/LabS2Lab.c +++ b/libvips/colour/LabS2Lab.c @@ -96,9 +96,9 @@ vips_LabS2Lab_init( VipsLabS2Lab *LabS2Lab ) } /** - * vips_LabS2Lab: + * vips_LabS2Lab: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Convert a LabS three-band signed short image to a three-band float image. diff --git a/libvips/colour/LabS2LabQ.c b/libvips/colour/LabS2LabQ.c index 368514a0..c3efef07 100644 --- a/libvips/colour/LabS2LabQ.c +++ b/libvips/colour/LabS2LabQ.c @@ -146,9 +146,9 @@ vips_LabS2LabQ_init( VipsLabS2LabQ *LabS2LabQ ) } /** - * vips_LabS2LabQ: + * vips_LabS2LabQ: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Convert a LabS three-band signed short image to LabQ diff --git a/libvips/colour/UCS2LCh.c b/libvips/colour/UCS2LCh.c index 26adccef..397861a8 100644 --- a/libvips/colour/UCS2LCh.c +++ b/libvips/colour/UCS2LCh.c @@ -284,9 +284,9 @@ vips_CMC2LCh_init( VipsCMC2LCh *CMC2LCh ) } /** - * vips_CMC2LCh: + * vips_CMC2LCh: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Turn LCh to CMC. diff --git a/libvips/colour/XYZ2Lab.c b/libvips/colour/XYZ2Lab.c index 6d96b46a..14a8b488 100644 --- a/libvips/colour/XYZ2Lab.c +++ b/libvips/colour/XYZ2Lab.c @@ -245,9 +245,9 @@ vips_XYZ2Lab_init( VipsXYZ2Lab *XYZ2Lab ) } /** - * vips_XYZ2Lab: + * vips_XYZ2Lab: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Optional arguments: diff --git a/libvips/colour/XYZ2Yxy.c b/libvips/colour/XYZ2Yxy.c index 49194515..c15c7c1b 100644 --- a/libvips/colour/XYZ2Yxy.c +++ b/libvips/colour/XYZ2Yxy.c @@ -103,9 +103,9 @@ vips_XYZ2Yxy_init( VipsXYZ2Yxy *XYZ2Yxy ) } /** - * vips_XYZ2Yxy: + * vips_XYZ2Yxy: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Turn XYZ to Yxy. diff --git a/libvips/colour/XYZ2scRGB.c b/libvips/colour/XYZ2scRGB.c index eccd4c09..671c599c 100644 --- a/libvips/colour/XYZ2scRGB.c +++ b/libvips/colour/XYZ2scRGB.c @@ -116,9 +116,9 @@ vips_XYZ2scRGB_init( VipsXYZ2scRGB *XYZ2scRGB ) } /** - * vips_XYZ2scRGB: + * vips_XYZ2scRGB: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Turn XYZ to scRGB. diff --git a/libvips/colour/Yxy2XYZ.c b/libvips/colour/Yxy2XYZ.c index 9289f349..b15e24e3 100644 --- a/libvips/colour/Yxy2XYZ.c +++ b/libvips/colour/Yxy2XYZ.c @@ -104,9 +104,9 @@ vips_Yxy2XYZ_init( VipsYxy2XYZ *Yxy2XYZ ) } /** - * vips_Yxy2XYZ: + * vips_Yxy2XYZ: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Turn XYZ to Yxy. diff --git a/libvips/colour/colourspace.c b/libvips/colour/colourspace.c index ef260a86..68767cfd 100644 --- a/libvips/colour/colourspace.c +++ b/libvips/colour/colourspace.c @@ -617,9 +617,9 @@ vips_colourspace_init( VipsColourspace *colourspace ) } /** - * vips_colourspace: + * vips_colourspace: (method) * @in: input image - * @out: output image + * @out: (out): output image * @space: convert to this colour space * @...: %NULL-terminated list of optional named arguments * diff --git a/libvips/colour/dE76.c b/libvips/colour/dE76.c index b32595ba..bb1b6edf 100644 --- a/libvips/colour/dE76.c +++ b/libvips/colour/dE76.c @@ -127,7 +127,7 @@ vips_dE76_init( VipsdE76 *dE76 ) * vips_dE76: * @left: first input image * @right: second input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Calculate dE 76. diff --git a/libvips/colour/dECMC.c b/libvips/colour/dECMC.c index 6aa8771f..726353e0 100644 --- a/libvips/colour/dECMC.c +++ b/libvips/colour/dECMC.c @@ -75,7 +75,7 @@ vips_dECMC_init( VipsdECMC *dECMC ) * vips_dECMC: * @left: first input image * @right: second input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Calculate dE CMC. The input images are transformed to CMC colour space and diff --git a/libvips/colour/float2rad.c b/libvips/colour/float2rad.c index 295f285a..11b069d8 100644 --- a/libvips/colour/float2rad.c +++ b/libvips/colour/float2rad.c @@ -220,9 +220,9 @@ vips_float2rad_init( VipsFloat2rad *float2rad ) } /** - * vips_float2rad: + * vips_float2rad: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Convert a three-band float image to Radiance 32-bit packed format. diff --git a/libvips/colour/icc_transform.c b/libvips/colour/icc_transform.c index 0a852d85..ca8a0c6c 100644 --- a/libvips/colour/icc_transform.c +++ b/libvips/colour/icc_transform.c @@ -1054,9 +1054,9 @@ vips_icc_transform_init( VipsIccTransform *transform ) } /** - * vips_icc_ac2rc: + * vips_icc_ac2rc: (method) * @in: input image - * @out: output image + * @out: (out): output image * @profile_filename: use this profile * * Transform an image from absolute to relative colorimetry using the @@ -1148,9 +1148,9 @@ vips_icc_ac2rc( VipsImage *in, VipsImage **out, const char *profile_filename ) #endif /*HAVE_LCMS*/ /** - * vips_icc_import: + * vips_icc_import: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Optional arguments: @@ -1191,9 +1191,9 @@ vips_icc_import( VipsImage *in, VipsImage **out, ... ) } /** - * vips_icc_export: + * vips_icc_export: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Optional arguments: @@ -1226,9 +1226,9 @@ vips_icc_export( VipsImage *in, VipsImage **out, ... ) } /** - * vips_icc_transform: + * vips_icc_transform: (method) * @in: input image - * @out: output image + * @out: (out): output image * @output_profile: get the output profile from here * @...: %NULL-terminated list of optional named arguments * diff --git a/libvips/colour/rad2float.c b/libvips/colour/rad2float.c index a02e94f2..cecbb38c 100644 --- a/libvips/colour/rad2float.c +++ b/libvips/colour/rad2float.c @@ -205,9 +205,9 @@ vips_rad2float_init( VipsRad2float *rad2float ) } /** - * vips_rad2float: + * vips_rad2float: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Unpack a RAD (#VIPS_CODING_RAD) image to a three-band float image. diff --git a/libvips/colour/sRGB2HSV.c b/libvips/colour/sRGB2HSV.c index 5dca321c..9368f41d 100644 --- a/libvips/colour/sRGB2HSV.c +++ b/libvips/colour/sRGB2HSV.c @@ -153,9 +153,9 @@ vips_sRGB2HSV_init( VipssRGB2HSV *sRGB2HSV ) } /** - * vips_sRGB2HSV: + * vips_sRGB2HSV: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Convert to HSV. diff --git a/libvips/colour/sRGB2scRGB.c b/libvips/colour/sRGB2scRGB.c index 24389506..0b0e877e 100644 --- a/libvips/colour/sRGB2scRGB.c +++ b/libvips/colour/sRGB2scRGB.c @@ -259,9 +259,9 @@ vips_sRGB2scRGB_init( VipssRGB2scRGB *sRGB2scRGB ) } /** - * vips_sRGB2scRGB: + * vips_sRGB2scRGB: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Convert an sRGB image to scRGB. The input image can be 8 or 16-bit. diff --git a/libvips/colour/scRGB2BW.c b/libvips/colour/scRGB2BW.c index a7f6fddd..d378ca06 100644 --- a/libvips/colour/scRGB2BW.c +++ b/libvips/colour/scRGB2BW.c @@ -261,9 +261,9 @@ vips_scRGB2BW_init( VipsscRGB2BW *scRGB2BW ) } /** - * vips_scRGB2BW: + * vips_scRGB2BW: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Optional arguments: diff --git a/libvips/colour/scRGB2XYZ.c b/libvips/colour/scRGB2XYZ.c index bf3750db..2596524a 100644 --- a/libvips/colour/scRGB2XYZ.c +++ b/libvips/colour/scRGB2XYZ.c @@ -101,9 +101,9 @@ vips_scRGB2XYZ_init( VipsscRGB2XYZ *scRGB2XYZ ) } /** - * vips_scRGB2XYZ: + * vips_scRGB2XYZ: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Turn XYZ to scRGB. diff --git a/libvips/colour/scRGB2sRGB.c b/libvips/colour/scRGB2sRGB.c index 6f8534f5..15149405 100644 --- a/libvips/colour/scRGB2sRGB.c +++ b/libvips/colour/scRGB2sRGB.c @@ -289,9 +289,9 @@ vips_scRGB2sRGB_init( VipsscRGB2sRGB *scRGB2sRGB ) } /** - * vips_scRGB2sRGB: + * vips_scRGB2sRGB: (method) * @in: input image - * @out: output image + * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * * Optional arguments: