libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ mobilebackup_client_free()

mobilebackup_error_t mobilebackup_client_free ( mobilebackup_client_t  client)

Disconnects a mobilebackup client from the device and frees up the mobilebackup client data.

Parameters
clientThe mobilebackup client to disconnect and free.
Returns
MOBILEBACKUP_E_SUCCESS on success, or MOBILEBACKUP_E_INVALID_ARG if client is NULL.