Skip to content
Snippets Groups Projects
  • Jonathan Lebon's avatar
    5ab15ac1
    macros: add GLNX_HASH_TABLE_FOREACH_V · 5ab15ac1
    Jonathan Lebon authored
    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.
    5ab15ac1
    History
    macros: add GLNX_HASH_TABLE_FOREACH_V
    Jonathan Lebon authored
    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.