ListG.deleteLink

Removes the node link_ from the list and frees it. Compare this to g_list_remove_link() which removes the node without freeing it.

class ListG
deleteLink

Parameters

node to delete from list

Return Value

Type: ListG

the new head of list

Meta