diff options
Diffstat (limited to 'cython/imobiledevice.pxd')
| -rw-r--r-- | cython/imobiledevice.pxd | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cython/imobiledevice.pxd b/cython/imobiledevice.pxd index 8efd669..6bf75af 100644 --- a/cython/imobiledevice.pxd +++ b/cython/imobiledevice.pxd | |||
| @@ -54,10 +54,5 @@ cdef extern from "libimobiledevice/lockdown.h": | |||
| 54 | 54 | ||
| 55 | cdef class LockdownClient(Base): | 55 | cdef class LockdownClient(Base): |
| 56 | cdef lockdownd_client_t _c_client | 56 | cdef lockdownd_client_t _c_client |
| 57 | cpdef int start_service(self, service) | 57 | cpdef int start_service(self, bytes service) |
| 58 | cpdef goodbye(self) | 58 | cpdef goodbye(self) |
| 59 | |||
| 60 | cpdef set_debug_level(int level) | ||
| 61 | cpdef event_subscribe(object callback) | ||
| 62 | cpdef event_unsubscribe() | ||
| 63 | cpdef get_device_list() | ||
