Function
VipsOperationblock_set
Declaration [src]
void
vips_operation_block_set (
const char* name,
gboolean state
)
Description [src]
Set the block state on all operations in the libvips class hierarchy at
name
and below.
For example:
vips_operation_block_set("VipsForeignLoad", TRUE);
vips_operation_block_set("VipsForeignLoadJpeg", FALSE);
Will block all load operations, except JPEG.
Use vips -l
at the command-line to see the class hierarchy.
This call does nothing if the named operation is not found.
See also