ListSG.find

Finds the element in a GSList which contains the given data.

class ListSG
find
(
void* data
)

Parameters

data void*

the element data to find

Return Value

Type: ListSG

the found GSList element, or NULL if it is not found