diff options
| -rw-r--r-- | include/libimobiledevice/lockdown.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libimobiledevice/lockdown.h b/include/libimobiledevice/lockdown.h index d59c489..b682060 100644 --- a/include/libimobiledevice/lockdown.h +++ b/include/libimobiledevice/lockdown.h | |||
| @@ -187,7 +187,7 @@ lockdownd_error_t lockdownd_remove_value(lockdownd_client_t client, const char * | |||
| 187 | 187 | ||
| 188 | * @return LOCKDOWN_E_SUCCESS on success, NP_E_INVALID_ARG if a parameter | 188 | * @return LOCKDOWN_E_SUCCESS on success, NP_E_INVALID_ARG if a parameter |
| 189 | * is NULL, LOCKDOWN_E_INVALID_SERVICE if the requested service is not known | 189 | * is NULL, LOCKDOWN_E_INVALID_SERVICE if the requested service is not known |
| 190 | * by the device, LOCKDOWN_E_START_SERVICE_FAILED if the service could not because | 190 | * by the device, LOCKDOWN_E_START_SERVICE_FAILED if the service could not be |
| 191 | * started by the device | 191 | * started by the device |
| 192 | */ | 192 | */ |
| 193 | lockdownd_error_t lockdownd_start_service(lockdownd_client_t client, const char *identifier, lockdownd_service_descriptor_t *service); | 193 | lockdownd_error_t lockdownd_start_service(lockdownd_client_t client, const char *identifier, lockdownd_service_descriptor_t *service); |
| @@ -261,9 +261,9 @@ lockdownd_error_t lockdownd_receive(lockdownd_client_t client, plist_t *plist); | |||
| 261 | lockdownd_error_t lockdownd_pair(lockdownd_client_t client, lockdownd_pair_record_t pair_record); | 261 | lockdownd_error_t lockdownd_pair(lockdownd_client_t client, lockdownd_pair_record_t pair_record); |
| 262 | 262 | ||
| 263 | /** | 263 | /** |
| 264 | * Validates if the device is paired with the given HostID. If succeeded them | 264 | * Validates if the device is paired with the given HostID. If successful the |
| 265 | * specified host will become trusted host of the device indicated by the | 265 | * specified host will become trusted host of the device indicated by the |
| 266 | * lockdownd preference named TrustedHostAttached. Otherwise the host must because | 266 | * lockdownd preference named TrustedHostAttached. Otherwise the host must be |
| 267 | * paired using lockdownd_pair() first. | 267 | * paired using lockdownd_pair() first. |
| 268 | * | 268 | * |
| 269 | * @param client The lockdown client to pair with. | 269 | * @param client The lockdown client to pair with. |
