Home
last modified time | relevance | path

Searched refs:text_tables (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gio/
Dgsettingsschema.c192 GHashTable **text_tables; member
238 if (source->text_tables) in g_settings_schema_source_unref()
240 g_hash_table_unref (source->text_tables[0]); in g_settings_schema_source_unref()
241 g_hash_table_unref (source->text_tables[1]); in g_settings_schema_source_unref()
242 g_free (source->text_tables); in g_settings_schema_source_unref()
310 source->text_tables = NULL; in g_settings_schema_source_new_from_directory()
736 if (g_once_init_enter (&source->text_tables)) in g_settings_schema_source_get_text_tables()
738 GHashTable **text_tables; in g_settings_schema_source_get_text_tables() local
740 text_tables = g_new (GHashTable *, 2); in g_settings_schema_source_get_text_tables()
741text_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()
[all …]