From 393f1b4b2825b8cf6e67d22df8c255633696435f Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Sun, 11 Oct 2009 15:49:05 +0200 Subject: Restore plist_dict_get_size function. --- include/plist/plist.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/plist/plist.h b/include/plist/plist.h index 55ae9e7..e12d6fa 100644 --- a/include/plist/plist.h +++ b/include/plist/plist.h @@ -250,6 +250,14 @@ extern "C" { * * ********************************************/ +/** + * Get size of a #PLIST_DICT node. + * + * @param node the node of type #PLIST_DICT + * @return size of the #PLIST_DICT node + */ + PLIST_API uint32_t plist_dict_get_size(plist_t node); + /** * Create iterator of a #PLIST_DICT node. * The allocated iterator shoult be freed with tandard free function -- cgit v1.1-32-gdbae