summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2018-09-29 22:56:14 +0200
committerGravatar Nikias Bassen2018-09-29 22:56:14 +0200
commit05fefa6aeff45fc84665e8427444295d8414df98 (patch)
tree76ac70827e85fced512dfe04c568a97f82eaff8c /include
parentfb71aeef10488ed7b0e60a1c8a553193301428c0 (diff)
downloadlibimobiledevice-05fefa6aeff45fc84665e8427444295d8414df98.tar.gz
libimobiledevice-05fefa6aeff45fc84665e8427444295d8414df98.tar.bz2
idevice: Add usbmux device id (handle/mux id) to internal data structure
Diffstat (limited to 'include')
-rw-r--r--include/libimobiledevice/libimobiledevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libimobiledevice/libimobiledevice.h b/include/libimobiledevice/libimobiledevice.h
index 68eb511..5ec1a6d 100644
--- a/include/libimobiledevice/libimobiledevice.h
+++ b/include/libimobiledevice/libimobiledevice.h
@@ -253,7 +253,7 @@ idevice_error_t idevice_connection_get_fd(idevice_connection_t connection, int *
/* misc */
/**
- * Gets the handle of the device. Depends on the connection type.
+ * Gets the handle or (usbmux device id) of the device.
*/
idevice_error_t idevice_get_handle(idevice_t device, uint32_t *handle);