Function
Vipsvalue_set_area
Declaration [src]
void
vips_value_set_area (
GValue* value,
VipsCallbackFn free_fn,
void* data
)
Parameters
value-
Type:
GValueSet this value.
The data is owned by the caller of the function. free_fn-
Type:
VipsCallbackFnData will be freed with this function.
The argument can be NULL. data-
Type:
void*Set
valueto track this pointer.The argument can be NULL.The called function takes ownership of the data, and is responsible for freeing it.