• Nikias Bassen's avatar
    plist: Add iterator for #PLIST_ARRAY nodes · 84d6af8f
    Nikias Bassen authored
    Similar to #PLIST_DICT, an iterator can now be used for #PLIST_ARRAY
    nodes. Get an iterator with plist_array_new_iter() and use
    plist_array_next_item() to iterate over the elements.
    84d6af8f
plist.c 24.6 KB