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
the offset to extract
the size to extract
A pointer where the destination array will be written. [array length=dest_size][element-type guint8]out
See Implementation
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