libplist  2.7.0
API Documentation - Return to Homepage

◆ plist_dict_item_get_key()

PLIST_API plist_t plist_dict_item_get_key ( plist_t  node)

Get key node associated to an item.

Item must be member of a dictionary.

Parameters
nodethe item
Returns
the key node of the given item, or NULL.