API Version: 2.0
Library Version: 2.72
GList* g_list_first ( GList* list )
Gets the first element in a GList.
GList
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