Function
Vipsthread_execute
Declaration [src]
int
vips_thread_execute (
const char* domain,
GFunc func,
gpointer data
)
Parameters
domain-
Type:
const char*A name for the thread (useful for debugging).
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. func-
Type:
GFuncA function to execute in the libvips threadset.
data-
Type:
gpointerAn argument to supply to
func.The argument can be NULL.The data is owned by the caller of the function.