summaryrefslogtreecommitdiffstats
path: root/cython/notification_proxy.pxi
AgeCommit message (Collapse)AuthorFilesLines
2013-02-27cython: Port all binding code to latest API and fix broken compilationGravatar Martin Szulecki1-3/+3
2012-03-20More memory leak plugging. Some code cleanup too.Gravatar Bryan Forbes1-5/+1
2012-03-20Removed property_list_client.pxi.Gravatar Bryan Forbes1-0/+54
Added notification strings.
2012-03-20Changed some parent class relationships.Gravatar Bryan Forbes1-1/+1
2012-03-20Implemented hierarchy suggested by Martin S.Gravatar Bryan Forbes1-7/+2
Implemented new BaseService constructors. Moved LockdownClient to lockdown.pxi. Implemented more of the afc interface.
2012-03-20Added all remaining classes from libimobiledevice.Gravatar Bryan Forbes1-8/+5
2012-03-20Added afc.pxi.Gravatar Bryan Forbes1-17/+33
More errors handled. Changed error codes to enums in cython defs.
2012-03-20Moved everything but iDevice and LockdownClient to pxi files.Gravatar Bryan Forbes1-0/+52
Added MobileBackupClient and PropertyListService.