libplist  2.7.0
API Documentation - Return to Homepage

◆ plist_dict_new_iter()

PLIST_API void plist_dict_new_iter ( plist_t  node,
plist_dict_iter iter 
)

Create an iterator of a PLIST_DICT node.

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

Parameters
nodeThe node of type PLIST_DICT.
iterLocation to store the iterator for the dictionary.