diff options
author | 2022-04-12 02:26:34 +0200 | |
---|---|---|
committer | 2022-04-12 02:26:34 +0200 | |
commit | dca3cf8c5bd804bf563fd43a6cdfdb1a5b85d490 (patch) | |
tree | 56a21e7f928fd20da792772d8a899c7f3df64db7 /include/libimobiledevice/property_list_service.h | |
parent | ea6084c4ed624b6191b4b47737e33d88911bebc8 (diff) | |
download | libimobiledevice-dca3cf8c5bd804bf563fd43a6cdfdb1a5b85d490.tar.gz libimobiledevice-dca3cf8c5bd804bf563fd43a6cdfdb1a5b85d490.tar.bz2 |
Documentation fixes
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 */ |