libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ webinspector_client_free()

webinspector_error_t webinspector_client_free ( webinspector_client_t  client)

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

Parameters
clientThe webinspector client to disconnect and free.
Returns
WEBINSPECTOR_E_SUCCESS on success, WEBINSPECTOR_E_INVALID_ARG when client is NULL, or an WEBINSPECTOR_E_* error code otherwise.