summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/libimobiledevice.h
diff options
context:
space:
mode:
authorGravatar BALATON Zoltan2017-02-07 17:13:22 +0100
committerGravatar BALATON Zoltan2017-04-08 15:48:23 +0200
commit4bdea2983a3204332b09408c62e440a0b8e23605 (patch)
tree10d97bdb8f81dd8caf6961386bb0d99c4bfcc695 /include/libimobiledevice/libimobiledevice.h
parent5a8449a391d2cc848f55cfb4406bad4ded0bd138 (diff)
downloadlibimobiledevice-4bdea2983a3204332b09408c62e440a0b8e23605.tar.gz
libimobiledevice-4bdea2983a3204332b09408c62e440a0b8e23605.tar.bz2
Added IDEVICE_DEVICE_PAIRED event constant matching the corresponding
event number in libusbmuxd
Diffstat (limited to 'include/libimobiledevice/libimobiledevice.h')
-rw-r--r--include/libimobiledevice/libimobiledevice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libimobiledevice/libimobiledevice.h b/include/libimobiledevice/libimobiledevice.h
index b125adf..68eb511 100644
--- a/include/libimobiledevice/libimobiledevice.h
+++ b/include/libimobiledevice/libimobiledevice.h
@@ -55,7 +55,8 @@ typedef idevice_connection_private *idevice_connection_t; /**< The connection ha
/** The event type for device add or removal */
enum idevice_event_type {
IDEVICE_DEVICE_ADD = 1,
- IDEVICE_DEVICE_REMOVE
+ IDEVICE_DEVICE_REMOVE,
+ IDEVICE_DEVICE_PAIRED
};
/* event data structure */