libplist  2.7.0
API Documentation - Return to Homepage

◆ plist_array_append_item()

PLIST_API void plist_array_append_item ( plist_t  node,
plist_t  item 
)

Append a new item at the end of a PLIST_ARRAY node.

Parameters
nodethe node of type PLIST_ARRAY
itemthe new item. The array is responsible for freeing item when it is no longer needed.