Method
VipsDbufseek
Declaration [src]
gboolean
vips_dbuf_seek (
VipsDbuf* dbuf,
off_t offset,
int whence
)
Description [src]
Move the write point. whence can be SEEK_SET, SEEK_CUR, SEEK_END, with
the usual meaning.
gboolean
vips_dbuf_seek (
VipsDbuf* dbuf,
off_t offset,
int whence
)
Move the write point. whence can be SEEK_SET, SEEK_CUR, SEEK_END, with
the usual meaning.