API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
GSList* g_slist_last ( GSList* list )
Gets the last element in a GSList.
GSList
This function iterates over the whole list.
This function is not directly available to language bindings.
list
Type: A list of gpointer
gpointer
A GSList.
The last element in the GSList, or NULL if the GSList has no elements.
NULL