Function
Vipsvalue_get_area
since: 8.0
Declaration [src]
void*
vips_value_get_area (
const GValue* value,
size_t* length
)
Description [src]
Get the pointer from an area. Don’t touch count (area is static).
Available since: 8.0
Parameters
value-
Type:
GValueGet from this value.
The data is owned by the caller of the function. length-
Type:
size_t*Optionally return length here.
The argument will be set by the function. The argument can be NULL.