summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/property_list_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libimobiledevice/property_list_service.h')
-rw-r--r--include/libimobiledevice/property_list_service.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libimobiledevice/property_list_service.h b/include/libimobiledevice/property_list_service.h
index 5d5b835..aca966d 100644
--- a/include/libimobiledevice/property_list_service.h
+++ b/include/libimobiledevice/property_list_service.h
@@ -38,6 +38,7 @@ typedef enum {
38 PROPERTY_LIST_SERVICE_E_MUX_ERROR = -3, 38 PROPERTY_LIST_SERVICE_E_MUX_ERROR = -3,
39 PROPERTY_LIST_SERVICE_E_SSL_ERROR = -4, 39 PROPERTY_LIST_SERVICE_E_SSL_ERROR = -4,
40 PROPERTY_LIST_SERVICE_E_RECEIVE_TIMEOUT = -5, 40 PROPERTY_LIST_SERVICE_E_RECEIVE_TIMEOUT = -5,
41 PROPERTY_LIST_SERVICE_E_NOT_ENOUGH_DATA = -6,
41 PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR = -256 42 PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR = -256
42} property_list_service_error_t; 43} property_list_service_error_t;
43 44
@@ -130,6 +131,8 @@ property_list_service_error_t property_list_service_receive_plist_with_timeout(p
130 * 131 *
131 * @return PROPERTY_LIST_SERVICE_E_SUCCESS on success, 132 * @return PROPERTY_LIST_SERVICE_E_SUCCESS on success,
132 * PROPERTY_LIST_SERVICE_E_INVALID_ARG when client or *plist is NULL, 133 * PROPERTY_LIST_SERVICE_E_INVALID_ARG when client or *plist is NULL,
134 * PROPERTY_LIST_SERVICE_E_NOT_ENOUGH_DATA when not enough data
135 * received, PROPERTY_LIST_SERVICE_E_RECEIVE_TIMEOUT when the connection times out,
133 * PROPERTY_LIST_SERVICE_E_PLIST_ERROR when the received data cannot be 136 * PROPERTY_LIST_SERVICE_E_PLIST_ERROR when the received data cannot be
134 * converted to a plist, PROPERTY_LIST_SERVICE_E_MUX_ERROR when a 137 * converted to a plist, PROPERTY_LIST_SERVICE_E_MUX_ERROR when a
135 * communication error occurs, or PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR when 138 * communication error occurs, or PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR when