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