diff options
| author | 2010-04-09 16:52:30 -0500 | |
|---|---|---|
| committer | 2012-03-20 23:25:55 +0100 | |
| commit | bea5efe442daeab05d5d7a2e9d9e7b934ba6e684 (patch) | |
| tree | 0346eebd799517c0976e640db7241d0c72cf7d95 /cython/property_list_client.pxi | |
| parent | acac4f819ccafa6f6bb945626f2e21ec2b75074b (diff) | |
| download | libimobiledevice-bea5efe442daeab05d5d7a2e9d9e7b934ba6e684.tar.gz libimobiledevice-bea5efe442daeab05d5d7a2e9d9e7b934ba6e684.tar.bz2 | |
Implemented hierarchy suggested by Martin S.
Implemented new BaseService constructors.
Moved LockdownClient to lockdown.pxi.
Implemented more of the afc interface.
Diffstat (limited to 'cython/property_list_client.pxi')
| -rw-r--r-- | cython/property_list_client.pxi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cython/property_list_client.pxi b/cython/property_list_client.pxi index 2f9ce76..c137b34 100644 --- a/cython/property_list_client.pxi +++ b/cython/property_list_client.pxi | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | cdef class PropertyListClient(Base): | 1 | cdef class PropertyListClient(Base): |
| 2 | cpdef send(self, plist.Node node): | 2 | cpdef send(self, plist.Node node): |
| 3 | cdef plist.Node n = node | 3 | self.handle_error(self._send(node._c_node)) |
| 4 | self.handle_error(self._send(n._c_node)) | ||
| 5 | 4 | ||
| 6 | cpdef object receive(self): | 5 | cpdef object receive(self): |
| 7 | cdef: | 6 | cdef: |
