Method

VipsBufappendc

Declaration [src]

gboolean
vips_buf_appendc (
  VipsBuf* buf,
  char ch
)

Description [src]

Append a single character ch to buf.

Parameters

ch

Type: char

The character to append to the buffer.

Return value

Type: gboolean

FALSE on overflow, TRUE otherwise.