Function
GLibSListfind
Declaration [src]
GSList*
g_slist_find (
GSList* list,
gconstpointer data
)
Description [src]
Finds the element in a GSList
which
contains the given data.
This function is not directly available to language bindings.