API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
since: 2.4
gpointer g_queue_peek_nth ( GQueue* queue, guint n )
Returns the n‘th element of queue.
n
queue
Available since: 2.4
Type: guint
guint
The position of the element.
Type: gpointer
gpointer
The data for the n‘th element of queue, or NULL if n is off the end of queue.
NULL