Method
GLib Queuepush_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.
Parameters
link_-
Type: A list of
gpointerA single
GListelement, not a list with more than one element.The data is owned by the caller of the method.