API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
since: 2.4
gpointer g_queue_pop_nth ( GQueue* queue, guint n )
Removes the n‘th element of queue and returns its data.
n
queue
Available since: 2.4
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