API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
GList* g_list_nth_prev ( GList* list, guint n )
Gets the element n places before list.
n
list
This function is not directly available to language bindings.
Type: A list of gpointer
gpointer
A GList.
GList
Type: guint
guint
The position of the element, counting from 0
The element, or NULL if the position is off the end of the GList.
NULL