ListG.remove

Removes an element from a GList If two elements contain the same data, only the first is removed. If none of the elements contain the data, the GList is unchanged.

class ListG
remove
(
void* data
)

Parameters

data void*

the data of the element to remove

Return Value

Type: ListG

the (possibly changed) start of the GList