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

/external/bluetooth/glib/glib/
H A Dghash.c482 return g_hash_table_new_full (hash_func, key_equal_func, NULL, NULL);
487 * g_hash_table_new_full:
504 g_hash_table_new_full (GHashFunc hash_func, function
663 * If the #GHashTable was created using g_hash_table_new_full(), the
748 * notifiers using g_hash_table_new_full(). In the latter case the destroy
997 * If the #GHashTable was created using g_hash_table_new_full(), the
1034 * If the #GHashTable was created using g_hash_table_new_full(), the keys
H A Dgalias.h913 extern __typeof (g_hash_table_new_full) IA__g_hash_table_new_full __attribute((visibility("hidden")));
914 #define g_hash_table_new_full IA__g_hash_table_new_full macro
H A Dgaliasdef.c920 #undef g_hash_table_new_full macro
921 extern __typeof (g_hash_table_new_full) g_hash_table_new_full __attribute((alias("IA__g_hash_table_new_full"), visibility("default")));

Completed in 71 milliseconds