summaryrefslogtreecommitdiffstats
path: root/cython/imobiledevice.pxd
diff options
context:
space:
mode:
authorGravatar Bryan Forbes2010-05-13 09:41:12 -0500
committerGravatar Martin Szulecki2012-03-20 23:25:55 +0100
commit7d4a26663a812c383738fc6390759266851cf953 (patch)
treec765b16c60909f49d935f0705049e6ab155cb9e7 /cython/imobiledevice.pxd
parent3877711296cbfa4a0bcafc3c5560609a1ce2d079 (diff)
downloadlibimobiledevice-7d4a26663a812c383738fc6390759266851cf953.tar.gz
libimobiledevice-7d4a26663a812c383738fc6390759266851cf953.tar.bz2
Python bindings for new sync interface.
Diffstat (limited to 'cython/imobiledevice.pxd')
-rw-r--r--cython/imobiledevice.pxd1
1 files changed, 1 insertions, 0 deletions
diff --git a/cython/imobiledevice.pxd b/cython/imobiledevice.pxd
index a699138..048f226 100644
--- a/cython/imobiledevice.pxd
+++ b/cython/imobiledevice.pxd
@@ -89,3 +89,4 @@ cdef class LockdownClient(PropertyListService):
cpdef deactivate(self)
cpdef enter_recovery(self)
cpdef goodbye(self)
+ cpdef list get_sync_data_classes(self)