Method

VipsImageset_kill

Declaration [src]

void
vips_image_set_kill (
  VipsImage* image,
  gboolean kill
)

Description [src]

Set the VipsImage.kill flag on an image. Handy for stopping sets of threads.

::: seealso vips_image_iskilled().

Parameters

kill gboolean
 

The kill state.