API Version: 2.0
Library Version: 2.72
void g_queue_push_tail_link ( GQueue* queue, GList* link_ )
Adds a new element at the tail of the queue.
link_
Type: A list of gpointer
gpointer
A single GList element, not a list with more than one element.
GList