Lines Matching refs:g_str_equal
529 if (g_str_equal (attribute_names[i], "gettext-domain")) in start_element()
531 else if (g_str_equal (attribute_names[i], "id")) in start_element()
533 else if (g_str_equal (attribute_names[i], "name")) in start_element()
547 if (g_str_equal (element_name, "summary") || g_str_equal (element_name, "description")) in start_element()
631 if (g_str_equal (element_name, "summary")) in end_element()
633 else if (g_str_equal (element_name, "description")) in end_element()
645 schema_table = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free); in end_element()
741 …text_tables[0] = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, (GDestroyNotify) g_hash_t… in g_settings_schema_source_get_text_tables()
742 …text_tables[1] = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, (GDestroyNotify) g_hash_t… in g_settings_schema_source_get_text_tables()
789 single = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); in g_settings_schema_source_list_schemas()
790 reloc = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); in g_settings_schema_source_list_schemas()
1138 items = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); in g_settings_schema_list()
1197 same = g_str_equal (expected, g_variant_get_string (path, NULL)); in g_settings_schema_list()