libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ instproxy_client_free()

instproxy_error_t instproxy_client_free ( instproxy_client_t  client)

Disconnects an installation_proxy client from the device and frees up the installation_proxy client data.

Parameters
clientThe installation_proxy client to disconnect and free.
Returns
INSTPROXY_E_SUCCESS on success or INSTPROXY_E_INVALID_ARG if client is NULL.