libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ property_list_service_client_free()

property_list_service_error_t property_list_service_client_free ( property_list_service_client_t  client)

Frees a PropertyList service.

Parameters
clientThe property list service to free.
Returns
PROPERTY_LIST_SERVICE_E_SUCCESS on success, PROPERTY_LIST_SERVICE_E_INVALID_ARG when client is invalid, or a PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR when another error occurred.