summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/sbservices.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libimobiledevice/sbservices.h')
-rw-r--r--include/libimobiledevice/sbservices.h7
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/*@{*/
47typedef enum { 47typedef 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
56typedef struct sbservices_client_private sbservices_client_private; 55typedef struct sbservices_client_private sbservices_client_private; /**< \private */
57typedef sbservices_client_private *sbservices_client_t; /**< The client handle. */ 56typedef sbservices_client_private *sbservices_client_t; /**< The client handle. */
58 57
59/* Interface */ 58/* Interface */