Home | History | Annotate | Download | only in gio

Lines Matching full:mime_info_cache_map

2083   GHashTable *mime_info_cache_map;
2176 if (dir->mime_info_cache_map != NULL &&
2181 if (dir->mime_info_cache_map != NULL)
2182 destroy_info_cache_map (dir->mime_info_cache_map);
2184 dir->mime_info_cache_map = g_hash_table_new_full (g_str_hash, g_str_equal,
2455 if (dir->mime_info_cache_map != NULL)
2457 destroy_info_cache_map (dir->mime_info_cache_map);
2458 dir->mime_info_cache_map = NULL;
2491 desktop_file_ids = g_hash_table_lookup (dir->mime_info_cache_map,
2501 g_hash_table_insert (dir->mime_info_cache_map, g_strdup (mime_type), desktop_file_ids);
2737 list = g_hash_table_lookup (dir->mime_info_cache_map, mime_type);