GQueue

Main Gtk struct. Contains the public fields of a Queue. GList *head; a pointer to the first element of the queue. GList *tail; a pointer to the last element of the queue. guint length; the number of elements in the queue.

Members

Variables

head
GList* head;
Undocumented in source.
length
uint length;
Undocumented in source.
tail
GList* tail;
Undocumented in source.

Meta