diff options
Diffstat (limited to 'cython/imobiledevice.pxd')
| -rw-r--r-- | cython/imobiledevice.pxd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/imobiledevice.pxd b/cython/imobiledevice.pxd index 048f226..d0d1ada 100644 --- a/cython/imobiledevice.pxd +++ b/cython/imobiledevice.pxd | |||
| @@ -28,7 +28,7 @@ cdef extern from "libimobiledevice/libimobiledevice.h": | |||
| 28 | IDEVICE_DEVICE_REMOVE | 28 | IDEVICE_DEVICE_REMOVE |
| 29 | ctypedef struct idevice_event_t: | 29 | ctypedef struct idevice_event_t: |
| 30 | idevice_event_type event | 30 | idevice_event_type event |
| 31 | char *uuid | 31 | char *udid |
| 32 | int conn_type | 32 | int conn_type |
| 33 | ctypedef idevice_event_t* const_idevice_event_t "const idevice_event_t*" | 33 | ctypedef idevice_event_t* const_idevice_event_t "const idevice_event_t*" |
| 34 | 34 | ||
