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

/external/bluetooth/glib/glib/
H A Dghash.c73 GDestroyNotify value_destroy_func; member in struct:_GHashTable
334 if (notify && hash_table->value_destroy_func)
335 hash_table->value_destroy_func (node->value);
373 if (notify && hash_table->value_destroy_func)
374 hash_table->value_destroy_func (node->value);
493 * @value_destroy_func: a function to free the memory allocated for the
507 GDestroyNotify value_destroy_func)
522 hash_table->value_destroy_func = value_destroy_func;
881 if (hash_table->value_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 41 milliseconds