ListSG.deleteLink

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

class ListSG
deleteLink

Parameters

node to delete

Return Value

Type: ListSG

the new head of list

Meta