libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ mobilebackup2_client_free()

mobilebackup2_error_t mobilebackup2_client_free ( mobilebackup2_client_t  client)

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

Parameters
clientThe mobilebackup2 client to disconnect and free.
Returns
MOBILEBACKUP2_E_SUCCESS on success, or MOBILEBACKUP2_E_INVALID_ARG if client is NULL.