Function
VipsThreadStateset
Declaration [src]
void*
vips_thread_state_set (
VipsObject* object,
void* a,
void* b
)
Parameters
object |
VipsObject |
| No description available. | |
| The data is owned by the caller of the function. | |
a |
void* |
| No description available. | |
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
b |
void* |
| No description available. | |
The argument can be NULL. | |
| The data is owned by the caller of the function. |