libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ property_list_service_send_xml_plist()

property_list_service_error_t property_list_service_send_xml_plist ( property_list_service_client_t  client,
plist_t  plist 
)

Sends an XML plist.

Parameters
clientThe property list service client to use for sending.
plistplist to send
Returns
PROPERTY_LIST_SERVICE_E_SUCCESS on success, PROPERTY_LIST_SERVICE_E_INVALID_ARG when client or plist is NULL, PROPERTY_LIST_SERVICE_E_PLIST_ERROR when dict is not a valid plist, or PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR when an unspecified error occurs.