From 7d4a26663a812c383738fc6390759266851cf953 Mon Sep 17 00:00:00 2001 From: Bryan Forbes Date: Thu, 13 May 2010 09:41:12 -0500 Subject: Python bindings for new sync interface. --- cython/imobiledevice.pxd | 1 + 1 file changed, 1 insertion(+) (limited to 'cython/imobiledevice.pxd') 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) -- cgit v1.1-32-gdbae