Function
GLibSListremove
Declaration [src]
GSList*
g_slist_remove (
GSList* list,
gconstpointer data
)
Description [src]
Removes an element from a GSList
.
If two elements contain the same data, only the first is removed.
If none of the elements contain the data, the GSList
is unchanged.
This function is not directly available to language bindings.