API Version: 2.0
Library Version: 2.72
GList* g_queue_pop_tail_link ( GQueue* queue )
Removes and returns the last element of the queue.
Type: A list of gpointer
gpointer
The GList element at the tail of the queue, or NULL if the queue is empty.
GList
NULL