libplist  2.7.0
API Documentation - Return to Homepage

◆ plist_array_item_remove()

PLIST_API void plist_array_item_remove ( plist_t  node)

Remove a node that is a child node of a PLIST_ARRAY node.

node will be freed using plist_free.

Parameters
nodeThe node to be removed from its PLIST_ARRAY parent.