Method

VipsDbufwritef

Declaration [src]

gboolean
vips_dbuf_writef (
  VipsDbuf* dbuf,
  const char* fmt,
  ...
)

Description [src]

Format the string and write to dbuf.

Parameters

fmt const char*
 

printf()-style format string.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
... none
 

Arguments to format string.

Return value

Returns: gboolean
 

FALSE on out of memory, TRUE otherwise.