Extracts a copy of at most @size bytes the data at @offset into newly-allocated memory. @dest must be freed using g_free() when done.
the offset to extract
the size to extract
A pointer where the destination array will be written. Might be %NULL if the size is 0.
1.0.10
See Implementation
Extracts a copy of at most @size bytes the data at @offset into newly-allocated memory. @dest must be freed using g_free() when done.