libplist  2.7.0
API Documentation - Return to Homepage

◆ plist_bool_val_is_true()

PLIST_API int plist_bool_val_is_true ( plist_t  boolnode)

Helper function to check the value of a PLIST_BOOL node.

Parameters
boolnodenode of type PLIST_BOOL
Returns
1 if the boolean node has a value of TRUE or 0 if FALSE.