API Version: 8.0
Library Version: 8.17
Generated by gi-docgen 2025.3
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
Type: const unsigned char*
const unsigned char*
The data to write to the buffer.
Type: size_t
size_t
The size of the len to write.
Type: gboolean
gboolean
FALSE on out of memory, TRUE otherwise.
FALSE
TRUE