API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
gpointer g_slist_nth_data ( GSList* list, guint n )
Gets the data of the element at the given position.
This function is not directly available to language bindings.
list
Type: A list of gpointer
gpointer
A GSList.
GSList
n
Type: guint
guint
The position of the element.
Type: gpointer
The element’s data, or NULL if the position is off the end of the GSList.
NULL