summaryrefslogtreecommitdiffstats
path: root/include/plist
diff options
context:
space:
mode:
Diffstat (limited to 'include/plist')
-rw-r--r--include/plist/plist.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/plist/plist.h b/include/plist/plist.h
index 9b16c58..e3e228f 100644
--- a/include/plist/plist.h
+++ b/include/plist/plist.h
@@ -462,18 +462,6 @@ extern "C"
462 void plist_dict_set_item(plist_t node, const char* key, plist_t item); 462 void plist_dict_set_item(plist_t node, const char* key, plist_t item);
463 463
464 /** 464 /**
465 * Insert a new item into a #PLIST_DICT node.
466 *
467 * @deprecated Deprecated. Use plist_dict_set_item instead.
468 *
469 * @param node the node of type #PLIST_DICT
470 * @param item the new item to insert
471 * @param key The identifier of the item to insert.
472 */
473 PLIST_WARN_DEPRECATED("use plist_dict_set_item instead")
474 void plist_dict_insert_item(plist_t node, const char* key, plist_t item);
475
476 /**
477 * Remove an existing position in a #PLIST_DICT node. 465 * Remove an existing position in a #PLIST_DICT node.
478 * Removed position will be freed using #plist_free 466 * Removed position will be freed using #plist_free
479 * 467 *