API Version: 2.0
Library Version: 2.72
GList* g_queue_pop_nth_link ( GQueue* queue, guint n )
Removes and returns the link at the given position.
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