libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ property_list_service_disable_ssl()

property_list_service_error_t property_list_service_disable_ssl ( property_list_service_client_t  client)

Disable SSL for the given property list service client.

Parameters
clientThe connected property list service client for which SSL should be disabled.
Returns
PROPERTY_LIST_SERVICE_E_SUCCESS on success, PROPERTY_LIST_SERVICE_E_INVALID_ARG if client or client->connection is NULL, or PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR otherwise.