libplist  2.7.0
API Documentation - Return to Homepage

◆ plist_array_new_iter()

PLIST_API void plist_array_new_iter ( plist_t  node,
plist_array_iter iter 
)

Create an iterator of a PLIST_ARRAY node.

The allocated iterator should be freed with the standard free function.

Parameters
nodeThe node of type PLIST_ARRAY
iterLocation to store the iterator for the array.