libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ companion_proxy_client_free()

companion_proxy_error_t companion_proxy_client_free ( companion_proxy_client_t  client)

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

Parameters
clientThe companion_proxy client to disconnect and free.
Returns
COMPANION_PROXY_E_SUCCESS on success, COMPANION_PROXY_E_INVALID_ARG when client is NULL, or an COMPANION_PROXY_E_* error code otherwise.