API Version: 2.0
Library Version: 2.72
GList* g_queue_peek_nth_link ( GQueue* queue, guint n )
Returns the link at the given position.
n
Type: guint
guint
The position of the link.
Type: A list of gpointer
gpointer
The link at the n‘th position, or NULL if n is off the end of the list.
NULL