Method
VipsDbufstring
Declaration [src]
unsigned char*
vips_dbuf_string (
VipsDbuf* dbuf,
size_t* size
)
Description [src]
Return a pointer to dbuf
‘s internal data.
A \0
is appended, but not included in the character count. This is so the
pointer can be safely treated as a C string.