summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2014-04-04 01:05:40 +0200
committerGravatar Nikias Bassen2014-04-04 01:05:40 +0200
commitde322e156ca7e0dc60902407596e134c130c0a0e (patch)
treea407ebbe9bb0e2594cb47893d128de6a1d209663 /include/libimobiledevice
parent2342dc5b4ef148b993fbe3816f3facdef8365546 (diff)
downloadlibimobiledevice-de322e156ca7e0dc60902407596e134c130c0a0e.tar.gz
libimobiledevice-de322e156ca7e0dc60902407596e134c130c0a0e.tar.bz2
Corrected some doxygen comments in public lockdown.h
Diffstat (limited to 'include/libimobiledevice')
-rw-r--r--include/libimobiledevice/lockdown.h6
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 */
193lockdownd_error_t lockdownd_start_service(lockdownd_client_t client, const char *identifier, lockdownd_service_descriptor_t *service); 193lockdownd_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);
261lockdownd_error_t lockdownd_pair(lockdownd_client_t client, lockdownd_pair_record_t pair_record); 261lockdownd_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.