Function
GLibByteArrayfree
Declaration [src]
guint8*
g_byte_array_free (
GByteArray* array,
gboolean free_segment
)
Description [src]
Frees the memory allocated by the GByteArray
. If free_segment
is
TRUE
it frees the actual byte data. If the reference count of
array
is greater than one, the GByteArray
wrapper is preserved but
the size of array
will be set to zero.