Buffer.extractDup

Extracts a copy of at most size bytes the data at offset into a GBytes. dest must be freed using g_free() when done. Since 1.0.10

class Buffer
void
extractDup
(,,
out void[] dest
)

Parameters

offset gsize

the offset to extract

size gsize

the size to extract

dest void[]

A pointer where the destination array will be written. [array length=dest_size][element-type guint8]out

Meta