Method
GLibSequencefree
since: 2.14
Declaration [src]
void
g_sequence_free (
GSequence* seq
)
Description [src]
Frees the memory allocated for seq
. If seq
has a data destroy
function associated with it, that function is called on all items
in seq
.
Available since: 2.14