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/sbservices.h | |
parent | ea6084c4ed624b6191b4b47737e33d88911bebc8 (diff) | |
download | libimobiledevice-dca3cf8c5bd804bf563fd43a6cdfdb1a5b85d490.tar.gz libimobiledevice-dca3cf8c5bd804bf563fd43a6cdfdb1a5b85d490.tar.bz2 |
Documentation fixes
Diffstat (limited to 'include/libimobiledevice/sbservices.h')
-rw-r--r-- | include/libimobiledevice/sbservices.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/libimobiledevice/sbservices.h b/include/libimobiledevice/sbservices.h index 0259d97..509d5b9 100644 --- a/include/libimobiledevice/sbservices.h +++ b/include/libimobiledevice/sbservices.h | |||
@@ -31,6 +31,7 @@ extern "C" { | |||
31 | #include <libimobiledevice/libimobiledevice.h> | 31 | #include <libimobiledevice/libimobiledevice.h> |
32 | #include <libimobiledevice/lockdown.h> | 32 | #include <libimobiledevice/lockdown.h> |
33 | 33 | ||
34 | /** Service identifier passed to lockdownd_start_service() to start the springboardservices service */ | ||
34 | #define SBSERVICES_SERVICE_NAME "com.apple.springboardservices" | 35 | #define SBSERVICES_SERVICE_NAME "com.apple.springboardservices" |
35 | 36 | ||
36 | /** Error Codes */ | 37 | /** Error Codes */ |
@@ -42,8 +43,7 @@ typedef enum { | |||
42 | SBSERVICES_E_UNKNOWN_ERROR = -256 | 43 | SBSERVICES_E_UNKNOWN_ERROR = -256 |
43 | } sbservices_error_t; | 44 | } sbservices_error_t; |
44 | 45 | ||
45 | /** @name Orientation of the user interface on the device */ | 46 | /** Orientation of the user interface on the device */ |
46 | /*@{*/ | ||
47 | typedef enum { | 47 | typedef enum { |
48 | SBSERVICES_INTERFACE_ORIENTATION_UNKNOWN = 0, | 48 | SBSERVICES_INTERFACE_ORIENTATION_UNKNOWN = 0, |
49 | SBSERVICES_INTERFACE_ORIENTATION_PORTRAIT = 1, | 49 | SBSERVICES_INTERFACE_ORIENTATION_PORTRAIT = 1, |
@@ -51,9 +51,8 @@ typedef enum { | |||
51 | SBSERVICES_INTERFACE_ORIENTATION_LANDSCAPE_RIGHT = 3, | 51 | SBSERVICES_INTERFACE_ORIENTATION_LANDSCAPE_RIGHT = 3, |
52 | SBSERVICES_INTERFACE_ORIENTATION_LANDSCAPE_LEFT = 4 | 52 | SBSERVICES_INTERFACE_ORIENTATION_LANDSCAPE_LEFT = 4 |
53 | } sbservices_interface_orientation_t; | 53 | } sbservices_interface_orientation_t; |
54 | /*@}*/ | ||
55 | 54 | ||
56 | typedef struct sbservices_client_private sbservices_client_private; | 55 | typedef struct sbservices_client_private sbservices_client_private; /**< \private */ |
57 | typedef sbservices_client_private *sbservices_client_t; /**< The client handle. */ | 56 | typedef sbservices_client_private *sbservices_client_t; /**< The client handle. */ |
58 | 57 | ||
59 | /* Interface */ | 58 | /* Interface */ |