diff options
Diffstat (limited to 'include/libimobiledevice/property_list_service.h')
-rw-r--r-- | include/libimobiledevice/property_list_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libimobiledevice/property_list_service.h b/include/libimobiledevice/property_list_service.h index 031d6f8..5205551 100644 --- a/include/libimobiledevice/property_list_service.h +++ b/include/libimobiledevice/property_list_service.h | |||
@@ -30,7 +30,7 @@ extern "C" { | |||
30 | 30 | ||
31 | #include <libimobiledevice/lockdown.h> | 31 | #include <libimobiledevice/lockdown.h> |
32 | 32 | ||
33 | /* Error Codes */ | 33 | /** Error Codes */ |
34 | typedef enum { | 34 | typedef enum { |
35 | PROPERTY_LIST_SERVICE_E_SUCCESS = 0, | 35 | PROPERTY_LIST_SERVICE_E_SUCCESS = 0, |
36 | PROPERTY_LIST_SERVICE_E_INVALID_ARG = -1, | 36 | PROPERTY_LIST_SERVICE_E_INVALID_ARG = -1, |
@@ -42,7 +42,7 @@ typedef enum { | |||
42 | PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR = -256 | 42 | PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR = -256 |
43 | } property_list_service_error_t; | 43 | } property_list_service_error_t; |
44 | 44 | ||
45 | typedef struct property_list_service_client_private property_list_service_private; | 45 | typedef struct property_list_service_client_private property_list_service_private; /**< \private */ |
46 | typedef property_list_service_private* property_list_service_client_t; /**< The client handle. */ | 46 | typedef property_list_service_private* property_list_service_client_t; /**< The client handle. */ |
47 | 47 | ||
48 | /* Interface */ | 48 | /* Interface */ |