mirror of
https://github.com/flatpak/flatpak.git
synced 2026-06-21 14:59:37 -04:00
Use g_hash_table_add() so that GHashTable can internally optimise for use as a set, which results in slightly simpler code for the caller, and slightly less memory usage overall. This introduces no functional changes. Signed-off-by: Philip Withnall <withnall@endlessm.com>