API Version: 8.0
Library Version: 8.18
gboolean vips_buf_appendf ( VipsBuf* buf, const char* fmt, ... )
Format the string and append to buf.
buf
fmt
const char*
printf()-style format string.
printf()
...
none
Arguments to format string.
gboolean
FALSE on overflow, TRUE otherwise.
FALSE
TRUE