Method
GLibQueuepush_tail_link
Declaration [src]
void
g_queue_push_tail_link (
GQueue* queue,
GList* link_
)
Description [src]
Adds a new element at the tail of the queue.
This method is not directly available to language bindings.