API Version: 8.0
Library Version: 8.18
gboolean vips_dbuf_writef ( VipsDbuf* dbuf, const char* fmt, ... )
Format the string and write to dbuf.
dbuf
fmt
const char*
printf()-style format string.
printf()
...
none
Arguments to format string.
gboolean
FALSE on out of memory, TRUE otherwise.
FALSE
TRUE