Function

GLib-2.0GLibhash_table_remove_allSince 2.12

  • Removes all keys and their associated values from a GLib.HashTable.

    If the GLib.HashTable was created using g_hash_table_new_full(), the keys and values are freed using the supplied destroy functions, otherwise you have to make sure that any dynamically allocated values are freed yourself.

    Parameters

    Returns void

    2.12