summaryrefslogtreecommitdiff
path: root/cython/imobiledevice.pxd
Commit message (Expand)AuthorAgeFilesLines
* cython: First run at updating Python bindings to updated interfaceMartin Szulecki2020-06-071-2/+6
* cython: Add receive/receive_timeout methods for iDeviceConnection to receive ...Hao Zhou2015-01-121-0/+2
* cython: Update declaration for LockdownServiceDescriptor to match definitionMartin Szulecki2013-05-311-1/+1
* cython: Port all binding code to latest API and fix broken compilationMartin Szulecki2013-02-271-2/+9
* cython: Add support for receive_with_timeout() method on PropertyListServiceMartin Szulecki2013-02-271-0/+2
* cython: Remove custom stdint.pxi and use libc.stdint cimport insteadMartin Szulecki2013-02-271-1/+1
* cython: Do not override final methods as comply to Cython >= 0.16 strict checkMartin Szulecki2012-05-171-2/+2
* Mass replace UUID by UDID, which is the correct term for itMartin Szulecki2012-03-221-1/+1
* Python bindings for new sync interface.Bryan Forbes2012-03-201-0/+1
* Implemented hierarchy suggested by Martin S.Bryan Forbes2012-03-201-3/+36
* Cleaned up Makefile.am.Bryan Forbes2012-03-201-6/+1
* Added all remaining classes from libimobiledevice.Bryan Forbes2012-03-201-4/+14
* Added afc.pxi.Bryan Forbes2012-03-201-1/+0
* Added base class for more efficient error handling.Bryan Forbes2012-03-201-2/+6
* Moved everything but iDevice and LockdownClient to pxi files.Bryan Forbes2012-03-201-0/+50