function g_queue_dequeue

gpointer g_queue_dequeue
                (GQueue *                       q)
Pop the data at the head of the queue, or NULL if queue is empty.

Parameters:

q

The queue.