summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-12-25 15:53:12 +0100
committerGravatar Martin Szulecki2015-01-12 18:18:18 +0100
commitf7884fb0af7fe08dbb2989617b711a33945f329e (patch)
tree4549fa56d266bd9b42a493e49ee6c8f87be2b561
parent89ed91e799fbb6b805122ca2ae381e25a7024d81 (diff)
downloadlibimobiledevice-f7884fb0af7fe08dbb2989617b711a33945f329e.tar.gz
libimobiledevice-f7884fb0af7fe08dbb2989617b711a33945f329e.tar.bz2
lockdown: Fix documentation for client argument on pairing methods
-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 4f87235..fba5b9e 100644
--- a/include/libimobiledevice/lockdown.h
+++ b/include/libimobiledevice/lockdown.h
@@ -276,7 +276,7 @@ lockdownd_error_t lockdownd_receive(lockdownd_client_t client, plist_t *plist);
276/** 276/**
277 * Pairs the device using the supplied pair record. 277 * Pairs the device using the supplied pair record.
278 * 278 *
279 * @param client The lockdown client to pair with. 279 * @param client The lockdown client
280 * @param pair_record The pair record to use for pairing. If NULL is passed, then 280 * @param pair_record The pair record to use for pairing. If NULL is passed, then
281 * the pair records from the current machine are used. New records will be 281 * the pair records from the current machine are used. New records will be
282 * generated automatically when pairing is done for the first time. 282 * generated automatically when pairing is done for the first time.
@@ -295,7 +295,7 @@ lockdownd_error_t lockdownd_pair(lockdownd_client_t client, lockdownd_pair_recor
295 * lockdownd preference named TrustedHostAttached. Otherwise the host must be 295 * lockdownd preference named TrustedHostAttached. Otherwise the host must be
296 * paired using lockdownd_pair() first. 296 * paired using lockdownd_pair() first.
297 * 297 *
298 * @param client The lockdown client to pair with. 298 * @param client The lockdown client
299 * @param pair_record The pair record to validate pairing with. If NULL is 299 * @param pair_record The pair record to validate pairing with. If NULL is
300 * passed, then the pair record is read from the internal pairing record 300 * passed, then the pair record is read from the internal pairing record
301 * management. 301 * management.
@@ -312,7 +312,7 @@ lockdownd_error_t lockdownd_validate_pair(lockdownd_client_t client, lockdownd_p
312 * Unpairs the device with the given HostID and removes the pairing records 312 * Unpairs the device with the given HostID and removes the pairing records
313 * from the device and host if the internal pairing record management is used. 313 * from the device and host if the internal pairing record management is used.
314 * 314 *
315 * @param client The lockdown client to pair with. 315 * @param client The lockdown client
316 * @param pair_record The pair record to use for unpair. If NULL is passed, then 316 * @param pair_record The pair record to use for unpair. If NULL is passed, then
317 * the pair records from the current machine are used. 317 * the pair records from the current machine are used.
318 * 318 *