Method
VipsDbufinit
Declaration [src]
void
vips_dbuf_init (
VipsDbuf* dbuf
)
Description [src]
Initialize dbuf
. You can also just init to zero, eg.
VipsDbuf buf = {0};
.
Destroy with vips_dbuf_destroy()
.
void
vips_dbuf_init (
VipsDbuf* dbuf
)
Initialize dbuf
. You can also just init to zero, eg.
VipsDbuf buf = {0};
.
Destroy with vips_dbuf_destroy()
.