API Version: 2.0
Library Version: 2.72
gpointer g_queue_pop_nth ( GQueue* queue, guint n )
Removes the n‘th element of queue and returns its data.
n
queue
Type: guint
guint
The position of the element.
Type: gpointer
gpointer
The element’s data, or NULL if n is off the end of queue.
NULL