libplist  2.3.0
API Documentation - Return to Homepage

◆ plist_get_real_val()

void plist_get_real_val ( plist_t  node,
double *  val 
)

Get the value of a PLIST_REAL node.

This function does nothing if node is not of type PLIST_REAL

Parameters
nodethe node
vala pointer to a double variable.