diff options
Diffstat (limited to 'cython/imobiledevice.pxd')
| -rw-r--r-- | cython/imobiledevice.pxd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cython/imobiledevice.pxd b/cython/imobiledevice.pxd index 684368b..8523c94 100644 --- a/cython/imobiledevice.pxd +++ b/cython/imobiledevice.pxd | |||
| @@ -38,6 +38,8 @@ cdef class iDeviceEvent: | |||
| 38 | cdef class iDeviceConnection(Base): | 38 | cdef class iDeviceConnection(Base): |
| 39 | cdef idevice_connection_t _c_connection | 39 | cdef idevice_connection_t _c_connection |
| 40 | 40 | ||
| 41 | cpdef bytes receive_timeout(self, uint32_t max_len, unsigned int timeout) | ||
| 42 | cpdef bytes receive(self, max_len) | ||
| 41 | cpdef disconnect(self) | 43 | cpdef disconnect(self) |
| 42 | 44 | ||
| 43 | cdef class iDevice(Base): | 45 | cdef class iDevice(Base): |
