libplist  2.7.0
API Documentation - Return to Homepage

◆ plist_print()

PLIST_API void plist_print ( plist_t  plist)

Print the given plist in human-readable format to standard output.

This is equivalent to plist_write_to_stream(plist, stdout, PLIST_FORMAT_PRINT, PLIST_OPT_PARTIAL_DATA);

Parameters
plistThe plist_t structure to print
Note
For PLIST_DATA nodes, only a maximum of 24 bytes (first 16 and last 8) are written.