Function
GLibListfree_1
Declaration [src]
void
g_list_free_1 (
GList* list
)
Description [src]
Frees one GList
element, but does not update links from the next and
previous elements in the list, so you should not call this function on an
element that is currently part of a list.
It is usually used after g_list_remove_link().
This function is not directly available to language bindings.