GQueue

Undocumented in source.

Members

Variables

head
GList* head;

a pointer to the first element of the queue

length
uint length;

the number of elements in the queue

tail
GList* tail;

a pointer to the last element of the queue

Meta