Method
VipsBufappendns
Declaration [src]
gboolean
vips_buf_appendns (
VipsBuf* buf,
const char* str,
int sz
)
Description [src]
Append at most sz chars from str to buf. sz < 0 means unlimited. This
is the low-level append operation: functions like vips_buf_appendf() build
on top of this.