Removes the node link_ from the list and frees it. Compare this to g_list_remove_link() which removes the node without freeing it.
node to delete from @list
the (possibly changed) start of the #GList
See Implementation
Removes the node link_ from the list and frees it. Compare this to g_list_remove_link() which removes the node without freeing it.