Method

VipsBufremovec

Declaration [src]

gboolean
vips_buf_removec (
  VipsBuf* buf,
  char ch
)

Description [src]

Remove the last character, if it’s ch.

Parameters

ch

Type: char

The character to remove.

Return value

Type: gboolean

FALSE on failure, TRUE otherwise.