Function
GLibSListremove_all
Declaration [src]
GSList*
g_slist_remove_all (
GSList* list,
gconstpointer data
)
Description [src]
Removes all list nodes with data equal to data
.
Returns the new head of the list. Contrast with
g_slist_remove()
which removes only the first node
matching the given data.
This function is not directly available to language bindings.