diff options
author | Nikias Bassen | 2018-09-29 22:56:14 +0200 |
---|---|---|
committer | Nikias Bassen | 2018-09-29 22:56:14 +0200 |
commit | 05fefa6aeff45fc84665e8427444295d8414df98 (patch) | |
tree | 76ac70827e85fced512dfe04c568a97f82eaff8c /include | |
parent | fb71aeef10488ed7b0e60a1c8a553193301428c0 (diff) | |
download | libimobiledevice-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.h | 2 |
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); |