API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
GList* g_list_first ( GList* list )
Gets the first 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 first element in the GList, or NULL if the GList has no elements.
NULL