API Version: 8.0
Library Version: 8.17
Generated by gi-docgen 2025.3
gboolean vips_buf_appends ( VipsBuf* buf, const char* str )
Append the whole of str to buf.
str
buf
Type: const char*
const char*
The string to append to the buffer.
Type: gboolean
gboolean
FALSE on overflow, TRUE otherwise.
FALSE
TRUE