summaryrefslogtreecommitdiffstats
path: root/cython/imobiledevice.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'cython/imobiledevice.pxd')
-rw-r--r--cython/imobiledevice.pxd7
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
55cdef class LockdownClient(Base): 55cdef 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
60cpdef set_debug_level(int level)
61cpdef event_subscribe(object callback)
62cpdef event_unsubscribe()
63cpdef get_device_list()