- g_direct_equalgboolean g_direct_equal(gconstpointer v1, gconstpointer v2) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_direct_hashguint g_direct_hash(gconstpointer v) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_double_equalgboolean g_double_equal(gconstpointer v1, gconstpointer v2) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_double_hashguint g_double_hash(gconstpointer v) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_addgboolean g_hash_table_add(GHashTable* hash_table, gpointer key) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_containsgboolean g_hash_table_contains(GHashTable* hash_table, gconstpointer key) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_destroyvoid g_hash_table_destroy(GHashTable* hash_table) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_findgpointer g_hash_table_find(GHashTable* hash_table, GHRFunc predicate, gpointer user_data) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_foreachvoid g_hash_table_foreach(GHashTable* hash_table, GHFunc func, gpointer user_data) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_foreach_removeguint g_hash_table_foreach_remove(GHashTable* hash_table, GHRFunc func, gpointer user_data) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_foreach_stealguint g_hash_table_foreach_steal(GHashTable* hash_table, GHRFunc func, gpointer user_data) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_get_keysGList* g_hash_table_get_keys(GHashTable* hash_table) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_get_keys_as_arraygpointer* g_hash_table_get_keys_as_array(GHashTable* hash_table, guint* length) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_get_valuesGList* g_hash_table_get_values(GHashTable* hash_table) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_insertgboolean g_hash_table_insert(GHashTable* hash_table, gpointer key, gpointer value) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_iter_get_hash_tableGHashTable* g_hash_table_iter_get_hash_table(GHashTableIter* iter) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_iter_initvoid g_hash_table_iter_init(GHashTableIter* iter, GHashTable* hash_table) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_iter_nextgboolean g_hash_table_iter_next(GHashTableIter* iter, gpointer* key, gpointer* value) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_iter_removevoid g_hash_table_iter_remove(GHashTableIter* iter) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_iter_replacevoid g_hash_table_iter_replace(GHashTableIter* iter, gpointer value) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_iter_stealvoid g_hash_table_iter_steal(GHashTableIter* iter) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_lookupgpointer g_hash_table_lookup(GHashTable* hash_table, gconstpointer key) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_lookup_extendedgboolean g_hash_table_lookup_extended(GHashTable* hash_table, gconstpointer lookup_key, gpointer* orig_key, gpointer* value) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_newGHashTable* g_hash_table_new(GHashFunc hash_func, GEqualFunc key_equal_func) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_new_fullGHashTable* g_hash_table_new_full(GHashFunc hash_func, GEqualFunc key_equal_func, GDestroyNotify key_destroy_func, GDestroyNotify value_destroy_func) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_refGHashTable* g_hash_table_ref(GHashTable* hash_table) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_removegboolean g_hash_table_remove(GHashTable* hash_table, gconstpointer key) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_remove_allvoid g_hash_table_remove_all(GHashTable* hash_table) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_replacegboolean g_hash_table_replace(GHashTable* hash_table, gpointer key, gpointer value) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_sizeguint g_hash_table_size(GHashTable* hash_table) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_stealgboolean g_hash_table_steal(GHashTable* hash_table, gconstpointer key) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_steal_allvoid g_hash_table_steal_all(GHashTable* hash_table) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_hash_table_unrefvoid g_hash_table_unref(GHashTable* hash_table) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_int64_equalgboolean g_int64_equal(gconstpointer v1, gconstpointer v2) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_int64_hashguint g_int64_hash(gconstpointer v) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_int_equalgboolean g_int_equal(gconstpointer v1, gconstpointer v2) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_int_hashguint g_int_hash(gconstpointer v) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_str_equalgboolean g_str_equal(gconstpointer v1, gconstpointer v2) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- g_str_hashguint g_str_hash(gconstpointer v) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.