- g_direct_equal
gboolean 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_hash
guint 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_equal
gboolean 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_hash
guint 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_add
gboolean 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_contains
gboolean 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_destroy
void 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_find
gpointer 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_foreach
void 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_remove
guint 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_steal
guint 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_keys
GList* 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_array
gpointer* 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_values
GList* 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_insert
gboolean 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_table
GHashTable* 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_init
void 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_next
gboolean 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_remove
void 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_replace
void 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_steal
void 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_lookup
gpointer 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_extended
gboolean 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_new
GHashTable* 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_full
GHashTable* 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_ref
GHashTable* 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_remove
gboolean 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_all
void 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_replace
gboolean 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_size
guint 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_steal
gboolean 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_all
void 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_unref
void 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_equal
gboolean 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_hash
guint 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_equal
gboolean 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_hash
guint 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_equal
gboolean 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_hash
guint 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.