libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ restored_get_value()

restored_error_t restored_get_value ( restored_client_t  client,
const char *  key,
plist_t *  value 
)

Retrieves a value from information plist specified by a key.

Parameters
clientAn initialized restored client.
keyThe key name to request or NULL to query for all keys
valueA plist node representing the result value node
Returns
RESTORE_E_SUCCESS on success, RESTORE_E_INVALID_ARG when client is NULL, RESTORE_E_PLIST_ERROR if value for key can't be found