Searched defs:key_destroy_func (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/glib/
H A Dghash.c72 GDestroyNotify key_destroy_func; member in struct:_GHashTable
331 if (notify && hash_table->key_destroy_func)
332 hash_table->key_destroy_func (node->key);
370 if (notify && hash_table->key_destroy_func)
371 hash_table->key_destroy_func (node->key);
490 * @key_destroy_func: a function to free the memory allocated for the key
506 GDestroyNotify key_destroy_func,
521 hash_table->key_destroy_func = key_destroy_func;
871 if (hash_table->key_destroy_func)
504 g_hash_table_new_full(GHashFunc hash_func, GEqualFunc key_equal_func, GDestroyNotify key_destroy_func, GDestroyNotify value_destroy_func) argument
[all...]

Completed in 373 milliseconds