API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
since: 2.4
GList* g_queue_peek_nth_link ( GQueue* queue, guint n )
Returns the link at the given position.
Available since: 2.4
This method is not directly available to language bindings.
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