libimobiledevice  1.3.0-dirty
API Documentation - Return to Homepage

◆ property_list_service_get_service_client()

property_list_service_error_t property_list_service_get_service_client ( property_list_service_client_t client,
service_client_t * service_client )

Return a handle to the parent service_client_t of the given property list service client.

Parameters
clientThe property list service client
service_clientPointer to be assigned to the parent service_client_t
Returns
PROPERTY_LIST_SERVICE_E_SUCCESS on success, PROPERTY_LIST_SERVICE_E_INVALID_ARG if one or more of the arguments are invalid.