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
See Implementation
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