libplist  2.7.0
API Documentation - Return to Homepage

◆ plist_get_int_val()

PLIST_API void plist_get_int_val ( plist_t  node,
int64_t *  val 
)

Get the signed integer value of a PLIST_INT node.

This function does nothing if node is not of type PLIST_INT

Parameters
nodethe node
vala pointer to a int64_t variable.