diff options
| author | 2010-05-13 09:41:12 -0500 | |
|---|---|---|
| committer | 2012-03-20 23:25:55 +0100 | |
| commit | 7d4a26663a812c383738fc6390759266851cf953 (patch) | |
| tree | c765b16c60909f49d935f0705049e6ab155cb9e7 /cython/imobiledevice.pxd | |
| parent | 3877711296cbfa4a0bcafc3c5560609a1ce2d079 (diff) | |
| download | libimobiledevice-7d4a26663a812c383738fc6390759266851cf953.tar.gz libimobiledevice-7d4a26663a812c383738fc6390759266851cf953.tar.bz2 | |
Python bindings for new sync interface.
Diffstat (limited to 'cython/imobiledevice.pxd')
| -rw-r--r-- | cython/imobiledevice.pxd | 1 |
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): | |||
| 89 | cpdef deactivate(self) | 89 | cpdef deactivate(self) |
| 90 | cpdef enter_recovery(self) | 90 | cpdef enter_recovery(self) |
| 91 | cpdef goodbye(self) | 91 | cpdef goodbye(self) |
| 92 | cpdef list get_sync_data_classes(self) | ||
