API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
GList* g_list_last ( GList* list )
Gets the last element in a GList.
GList
This function is not directly available to language bindings.
list
Type: A list of gpointer
gpointer
Any GList element.
The last element in the GList, or NULL if the GList has no elements.
NULL