ListG.find

Finds the element in a #GList which contains the given data.

class ListG
find
(
void* data
)

Parameters

data void*

the element data to find

Return Value

Type: ListG

the found #GList element, or %NULL if it is not found

Meta