Method

VipsBufappendf

Declaration [src]

gboolean
vips_buf_appendf (
  VipsBuf* buf,
  const char* fmt,
  ...
)

Description [src]

Format the string and append to buf.

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 overflow, TRUE otherwise.