diff options
author | Nikias Bassen | 2016-11-10 02:14:59 +0100 |
---|---|---|
committer | Nikias Bassen | 2016-11-10 02:14:59 +0100 |
commit | ad1a95e96218e411b4dbde38c002fc5f4b530a65 (patch) | |
tree | 9172c150414993c8790ce1d68d0c4369f27198a3 /libcnary | |
parent | 35f13502ddd7c5682671b315f0865fa4ba6b646d (diff) | |
download | libplist-ad1a95e96218e411b4dbde38c002fc5f4b530a65.tar.gz libplist-ad1a95e96218e411b4dbde38c002fc5f4b530a65.tar.bz2 |
Add new PLIST_IS_* helper macros for the different plist node types
Instead of e.g.:
if (plist_get_node_type(plist) == PLIST_STRING)
you can now write:
if (PLIST_IS_STRING(plist))
Diffstat (limited to 'libcnary')
0 files changed, 0 insertions, 0 deletions