API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
GList* g_queue_pop_tail_link ( GQueue* queue )
Removes and returns the last element of the queue.
This method is not directly available to language bindings.
Type: A list of gpointer
gpointer
The GList element at the tail of the queue, or NULL if the queue is empty.
GList
NULL