Update GObject introspection annotations for libvips/resample directory

This commit is contained in:
Alistair Thomas 2017-09-30 17:26:55 +01:00
parent fe20b92e33
commit c24d36fc79
14 changed files with 31 additions and 30 deletions

View File

@ -113,6 +113,7 @@ headers="\
morphology.h \
type.h \
rect.h \
resample.h \
memory.h \
region.h"

View File

@ -599,9 +599,9 @@ vips_affine_init( VipsAffine *affine )
}
/**
* vips_affine:
* vips_affine: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @a: transformation matrix coefficient
* @b: transformation matrix coefficient
* @c: transformation matrix coefficient

View File

@ -617,7 +617,7 @@ vips__interpolate_init( void )
}
/**
* vips_interpolate_new:
* vips_interpolate_new: (constructor)
* @nickname: nickname for interpolator
*
* Look up an interpolator from a nickname and make one. You need to free the

View File

@ -410,9 +410,9 @@ vips_mapim_init( VipsMapim *mapim )
}
/**
* vips_mapim:
* vips_mapim: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @index: index image
* @...: %NULL-terminated list of optional named arguments
*
@ -447,7 +447,7 @@ vips_mapim_init( VipsMapim *mapim )
* Returns: 0 on success, -1 on error
*/
int
vips_mapim( VipsImage *in, VipsImage **out, VipsImage *index, ... )
vips_mapim( VipsImage *in, VipsImage **out, VipsImage *index, ... )
{
va_list ap;
int result;

View File

@ -363,9 +363,9 @@ vips_quadratic_init( VipsQuadratic *quadratic )
}
/**
* vips_quadratic:
* vips_quadratic: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @coeff: horizontal quadratic
* @...: %NULL-terminated list of optional named arguments
*

View File

@ -183,9 +183,9 @@ vips_reduce_init( VipsReduce *reduce )
}
/**
* vips_reduce:
* vips_reduce: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @hshrink: horizontal shrink
* @vshrink: vertical shrink
* @...: %NULL-terminated list of optional named arguments

View File

@ -610,9 +610,9 @@ vips_reduceh_init( VipsReduceh *reduceh )
}
/**
* vips_reduceh:
* vips_reduceh: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @hshrink: horizontal reduce
* @...: %NULL-terminated list of optional named arguments
*

View File

@ -964,9 +964,9 @@ vips_reducev_init( VipsReducev *reducev )
}
/**
* vips_reducev:
* vips_reducev: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @vshrink: horizontal reduce
* @...: %NULL-terminated list of optional named arguments
*

View File

@ -352,9 +352,9 @@ vips_resize_init( VipsResize *resize )
}
/**
* vips_resize:
* vips_resize: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @scale: scale factor
* @...: %NULL-terminated list of optional named arguments
*

View File

@ -171,9 +171,9 @@ vips_shrink_init( VipsShrink *shrink )
}
/**
* vips_shrink:
* vips_shrink: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @hshrink: horizontal shrink
* @vshrink: vertical shrink
* @...: %NULL-terminated list of optional named arguments

View File

@ -342,9 +342,9 @@ vips_shrinkh_init( VipsShrinkh *shrink )
}
/**
* vips_shrinkh:
* vips_shrinkh: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @hshrink: horizontal shrink
* @...: %NULL-terminated list of optional named arguments
*

View File

@ -470,9 +470,9 @@ vips_shrinkv_init( VipsShrinkv *shrink )
}
/**
* vips_shrinkv:
* vips_shrinkv: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @vshrink: vertical shrink
* @...: %NULL-terminated list of optional named arguments
*

View File

@ -229,9 +229,9 @@ vips_similarity_init( VipsSimilarity *similarity )
}
/**
* vips_similarity:
* vips_similarity: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Optional arguments:

View File

@ -751,7 +751,7 @@ vips_thumbnail_file_init( VipsThumbnailFile *file )
/**
* vips_thumbnail:
* @filename: file to read from
* @out: output image
* @out: (out): output image
* @width: target width in pixels
* @...: %NULL-terminated list of optional named arguments
*
@ -925,9 +925,9 @@ vips_thumbnail_buffer_init( VipsThumbnailBuffer *buffer )
/**
* vips_thumbnail_buffer:
* @buf: memory area to load
* @len: size of memory area
* @out: output image
* @buf: (array length=len) (element-type guint8): memory area to load
* @len: (type gsize): size of memory area
* @out: (out): output image
* @width: target width in pixels
* @...: %NULL-terminated list of optional named arguments
*
@ -1040,9 +1040,9 @@ vips_thumbnail_image_init( VipsThumbnailImage *image )
}
/**
* vips_thumbnail_image:
* vips_thumbnail_image: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @width: target width in pixels
* @...: %NULL-terminated list of optional named arguments
*