summaryrefslogtreecommitdiffstats
path: root/include/plist/plist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plist/plist.h')
-rw-r--r--include/plist/plist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plist/plist.h b/include/plist/plist.h
index 5678cfb..1413204 100644
--- a/include/plist/plist.h
+++ b/include/plist/plist.h
@@ -361,7 +361,7 @@ extern "C"
361 * @param item the new item to insert 361 * @param item the new item to insert
362 * @param key The identifier of the item to insert. 362 * @param key The identifier of the item to insert.
363 */ 363 */
364 PLIST_WARN_DEPRECATED("use plist_dict_set_item instead") PLIST_API void plist_dict_insert_item(plist_t node, const char* key, plist_t item); 364 PLIST_API void plist_dict_insert_item(plist_t node, const char* key, plist_t item) PLIST_WARN_DEPRECATED("use plist_dict_set_item instead");
365 365
366 /** 366 /**
367 * Remove an existing position in a #PLIST_DICT node. 367 * Remove an existing position in a #PLIST_DICT node.