From 05fefa6aeff45fc84665e8427444295d8414df98 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 29 Sep 2018 22:56:14 +0200 Subject: idevice: Add usbmux device id (handle/mux id) to internal data structure --- include/libimobiledevice/libimobiledevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.1-32-gdbae