☰
D
dejadoc
GID:GLIB2
/
glib.queue
/
Queue.peekNth
🔍
☾
Queue.peekNth
void * peekNth(uint n)
Returns the
n
'th element of queue.
Parameters
n
the position of the element
Returns
the data for the
n
'th element of queue,
or null if
n
is off the end of queue