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