Method

GLibQueueclear

since: 2.14

Declaration

void
g_queue_clear (
  GQueue* queue
)

Description

Removes all the elements in queue. If queue elements contain dynamically-allocated memory, they should be freed first.

Available since: 2.14