GQueue.head

a pointer to the first element of the queue

struct GQueue
GList* head;