libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ mobilesync_client_free()

mobilesync_error_t mobilesync_client_free ( mobilesync_client_t  client)

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

Parameters
clientThe mobilesync client to disconnect and free.
Return values
MOBILESYNC_E_SUCCESSon success
MOBILESYNC_E_INVALID_ARGif client is NULL.