mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-30 21:03:59 -04:00
Looking at converting the ostree codebase, iterating over only the values of a hash table (while ignoring the key) is actually a more common pattern than I thought. So let's give it its own macro as well so users don't have to resort to the _KV variant.