Method
GLibQueuepush_nth_link
since: 2.4
Declaration [src]
void
g_queue_push_nth_link (
GQueue* queue,
gint n,
GList* link_
)
Description [src]
Inserts link
into queue
at the given position.
Available since: 2.4
This method is not directly available to language bindings.