Method

VipsBufappends

Declaration [src]

gboolean
vips_buf_appends (
  VipsBuf* buf,
  const char* str
)

Description [src]

Append the whole of str to buf.

Parameters

str const char*
 

The string to append to the buffer.

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

Return value

Returns: gboolean
 

FALSE on overflow, TRUE otherwise.