GQueue

Contains the public fields of a Queue[glib-Double-ended-Queues].

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