libplist  2.7.0
API Documentation - Return to Homepage

◆ plist_dict_get_item_key()

PLIST_API void plist_dict_get_item_key ( plist_t  node,
char **  key 
)

Get key associated key to an item.

Item must be member of a dictionary.

Parameters
nodethe item
keya location to store the key. The caller is responsible for freeing the returned string.