Function
GLibByteArraysteal
since: 2.64
Declaration [src]
guint8*
g_byte_array_steal (
GByteArray* array,
gsize* len
)
Description [src]
Frees the data in the array and resets the size to zero, while the underlying array is preserved for use elsewhere and returned to the caller.
Available since: 2.64