Home
last modified time | relevance | path

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

/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-folder-tree.c566 GHashTable *open_locations = user_data; in add_to_open_locations() local
571 g_hash_table_add (open_locations, g_object_ref (file_data->file)); in add_to_open_locations()
581 GHashTable *open_locations; in update_monitored_locations() local
591open_locations = g_hash_table_new_full (g_file_hash, (GEqualFunc) g_file_equal, g_object_unref, NU… in update_monitored_locations()
594 open_locations); in update_monitored_locations()
600 locations = g_hash_table_get_keys (open_locations); in update_monitored_locations()
617 if (! g_hash_table_contains (open_locations, file)) { in update_monitored_locations()
631 locations = g_hash_table_get_keys (open_locations); in update_monitored_locations()
640 g_hash_table_unref (open_locations); in update_monitored_locations()