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 new head of list
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.