Method
GLibQueueclear
since: 2.14
Declaration [src]
void
g_queue_clear (
GQueue* queue
)
Description [src]
Removes all the elements in queue
. If queue elements contain
dynamically-allocated memory, they should be freed first.
Available since: 2.14