Function

GLib-2.0GLibhash_table_remove

  • Removes a key and its associated value from a GLib.HashTable.

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

    Parameters

    Returns boolean

    true if the key was found and removed from the GLib.HashTable