HashTable.destroy

Destroys all keys and values in the glib.HashTable and decrements its reference count by 1. If keys and/or values are dynamically allocated, you should either free them first or create the glib.HashTable with destroy notifiers using HashTable.newFull. In the latter case the destroy functions you supplied will be called on all keys and values during the destruction phase.

class HashTable
void
destroy
()