libplist  2.7.0
API Documentation - Return to Homepage

◆ plist_sort()

PLIST_API void plist_sort ( plist_t  plist)

Sort all PLIST_DICT key/value pairs in a property list lexicographically by key.

Recurses into the child nodes if necessary.

Parameters
plistThe property list to perform the sorting operation on.