summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/mobileactivation.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-04-12 02:26:34 +0200
committerGravatar Nikias Bassen2022-04-12 02:26:34 +0200
commitdca3cf8c5bd804bf563fd43a6cdfdb1a5b85d490 (patch)
tree56a21e7f928fd20da792772d8a899c7f3df64db7 /include/libimobiledevice/mobileactivation.h
parentea6084c4ed624b6191b4b47737e33d88911bebc8 (diff)
downloadlibimobiledevice-dca3cf8c5bd804bf563fd43a6cdfdb1a5b85d490.tar.gz
libimobiledevice-dca3cf8c5bd804bf563fd43a6cdfdb1a5b85d490.tar.bz2
Documentation fixes
Diffstat (limited to 'include/libimobiledevice/mobileactivation.h')
-rw-r--r--include/libimobiledevice/mobileactivation.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/libimobiledevice/mobileactivation.h b/include/libimobiledevice/mobileactivation.h
index 51de205..774c116 100644
--- a/include/libimobiledevice/mobileactivation.h
+++ b/include/libimobiledevice/mobileactivation.h
@@ -30,6 +30,7 @@ extern "C" {
30#include <libimobiledevice/libimobiledevice.h> 30#include <libimobiledevice/libimobiledevice.h>
31#include <libimobiledevice/lockdown.h> 31#include <libimobiledevice/lockdown.h>
32 32
33/** Service identifier passed to lockdownd_start_service() to start the mobile activation service */
33#define MOBILEACTIVATION_SERVICE_NAME "com.apple.mobileactivationd" 34#define MOBILEACTIVATION_SERVICE_NAME "com.apple.mobileactivationd"
34 35
35/** Error Codes */ 36/** Error Codes */
@@ -43,7 +44,7 @@ typedef enum {
43 MOBILEACTIVATION_E_UNKNOWN_ERROR = -256 44 MOBILEACTIVATION_E_UNKNOWN_ERROR = -256
44} mobileactivation_error_t; 45} mobileactivation_error_t;
45 46
46typedef struct mobileactivation_client_private mobileactivation_client_private; 47typedef struct mobileactivation_client_private mobileactivation_client_private; /**< \private */
47typedef mobileactivation_client_private *mobileactivation_client_t; /**< The client handle. */ 48typedef mobileactivation_client_private *mobileactivation_client_t; /**< The client handle. */
48 49
49/** 50/**
@@ -138,7 +139,7 @@ mobileactivation_error_t mobileactivation_create_activation_info(mobileactivatio
138 * provided by mobileactivation_create_activation_session_info(). 139 * provided by mobileactivation_create_activation_session_info().
139 * 140 *
140 * @param client The mobileactivation client 141 * @param client The mobileactivation client
141 * @aram handshake_response The handshake response returned from drmHandshake 142 * @param handshake_response The handshake response returned from drmHandshake
142 * @param info Pointer to a plist_t variable that will be set to the 143 * @param info Pointer to a plist_t variable that will be set to the
143 * activation info created by the mobileactivation service. The 144 * activation info created by the mobileactivation service. The
144 * consumer is responsible for freeing the returned object using 145 * consumer is responsible for freeing the returned object using