|
libplist
2.7.0
API Documentation - Return to Homepage
|
◆ plist_dict_get_bool()
Get a boolean value from a given PLIST_DICT entry. The value node can be of type PLIST_BOOLEAN, but also PLIST_STRING (either 'true' or 'false'), PLIST_INT with a numerical value of 0 or >= 1, or PLIST_DATA with a single byte with a value of 0 or >= 1.
|