Method

VipsBufappendd

Declaration [src]

gboolean
vips_buf_appendd (
  VipsBuf* buf,
  int d
)

Description [src]

Append a number. If the number is -ve, add brackets. Needed for building function arguments.

Parameters

d

Type: int

Value to format and append.

Return value

Type: gboolean

FALSE on overflow, TRUE otherwise.