Skip to content
Commit 211bfdfd authored by Razvan Chitu's avatar Razvan Chitu
Browse files

files-view: use a hashset for newly added locations

There is no hash set in GLib, so we have to use GHashTable. However there are
functions that allow to use the hash table as hash set. Use that instead of the
regular hash table functions.

https://bugzilla.gnome.org/show_bug.cgi?id=768646
parent 895ec57a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment