API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
since: 2.4
GList* g_queue_pop_nth_link ( GQueue* queue, guint n )
Removes and returns the link at the given position.
Available since: 2.4
This method is not directly available to language bindings.
n
Type: guint
guint
The link’s position.
Type: A list of gpointer
gpointer
The n‘th link, or NULL if n is off the end of queue.
NULL
queue