Searched refs:g_str_equal (Results 1 – 3 of 3) sorted by relevance
99 gboolean g_str_equal(const void* s1, const void* s2);
218 gboolean g_str_equal(const void* v1, const void* v2) { in g_str_equal() function
75 type_table = g_hash_table_new(g_str_hash, g_str_equal); in type_table_get()