API Version: 8.0
Library Version: 8.18
gboolean vips_buf_appendd ( VipsBuf* buf, int d )
Append a number. If the number is -ve, add brackets. Needed for building function arguments.
d
int
Value to format and append.
gboolean
FALSE on overflow, TRUE otherwise.
FALSE
TRUE