Function
GLibListremove
Declaration [src]
GList*
g_list_remove (
GList* list,
gconstpointer data
)
Description [src]
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.
This function is not directly available to language bindings.