API Version: 8.0
Library Version: 8.18
gboolean vips_dbuf_write ( VipsDbuf* dbuf, const unsigned char* data, size_t size )
Append size bytes from data. dbuf expands if necessary.
size
data
dbuf
const unsigned char*
The data to write to the buffer.
size_t
The size of the len to write.
gboolean
FALSE on out of memory, TRUE otherwise.
FALSE
TRUE