API Version: 2.0
Library Version: 2.72
GList* g_list_find ( GList* list, gconstpointer data )
Finds the element in a GList which contains the given data.
GList
list
Type: A list of gpointer
gpointer
A GList, this must point to the top of the list.
data
Type: gconstpointer
gconstpointer
The element data to find.
NULL
The found GList element, or NULL if it is not found.