Function
GLibListdelete_link
Declaration [src]
GList*
g_list_delete_link (
GList* list,
GList* link_
)
Description [src]
Removes the node link_ from the list and frees it.
Compare this to g_list_remove_link()
which removes the node
without freeing it.
This function is not directly available to language bindings.