Method

GLibSequencefree

since: 2.14

Declaration

void
g_sequence_free (
  GSequence* seq
)

Description

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