libplist  2.7.0
API Documentation - Return to Homepage

◆ plist_array_next_item()

PLIST_API void plist_array_next_item ( plist_t  node,
plist_array_iter  iter,
plist_t item 
)

Increment iterator of a PLIST_ARRAY node.

Parameters
nodeThe node of type PLIST_ARRAY.
iterIterator of the array
itemLocation to store the item. The caller must not free the returned item. Will be set to NULL when no more items are left to iterate.