libplist  2.7.0
API Documentation - Return to Homepage

◆ plist_dict_get_item()

PLIST_API plist_t plist_dict_get_item ( plist_t  node,
const char *  key 
)

Get the nth item in a PLIST_DICT node.

Parameters
nodethe node of type PLIST_DICT
keythe identifier of the item to get.
Returns
the item or NULL if node is not of type PLIST_DICT. The caller should not free the returned node.