API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
since: 2.4
void g_queue_push_nth_link ( GQueue* queue, gint n, GList* link_ )
Inserts link into queue at the given position.
link
queue
Available since: 2.4
This method is not directly available to language bindings.
n
Type: gint
gint
The position to insert the link. If this is negative or larger than the number of elements in queue, the link is added to the end of queue.
link_
Type: A list of gpointer
gpointer
The link to add to queue.