Merge pull request #763 from astavale/remove-some-g-ir-scanner-warnings
Remove some g-ir-scanner warnings
This commit is contained in:
commit
808a54d23e
@ -1047,7 +1047,7 @@ vips_foreign_load_init( VipsForeignLoad *load )
|
||||
load->access = VIPS_ACCESS_RANDOM;
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* Loaders can call this
|
||||
*/
|
||||
|
||||
|
@ -57,17 +57,6 @@
|
||||
#include "presample.h"
|
||||
#include "templates.h"
|
||||
|
||||
/**
|
||||
* VipsKernel:
|
||||
* @VIPS_KERNEL_NEAREST: nearest-neighbour
|
||||
* @VIPS_KERNEL_LINEAR: linear interpolation
|
||||
* @VIPS_KERNEL_CUBIC: cubic interpolation
|
||||
* @VIPS_KERNEL_LANCZOS2: lanczos2 interpolation
|
||||
* @VIPS_KERNEL_LANCZOS3: lanczos3 interpolation
|
||||
*
|
||||
* 1D resampling kernels.
|
||||
*/
|
||||
|
||||
typedef struct _VipsReduceh {
|
||||
VipsResample parent_instance;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user