diff options
Diffstat (limited to 'cython/property_list_client.pxi')
| -rw-r--r-- | cython/property_list_client.pxi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/property_list_client.pxi b/cython/property_list_client.pxi index 2689658..874f2b5 100644 --- a/cython/property_list_client.pxi +++ b/cython/property_list_client.pxi | |||
| @@ -3,7 +3,7 @@ cdef class PropertyListClient(Base): | |||
| 3 | cdef plist.Node n = node | 3 | cdef plist.Node n = node |
| 4 | self.handle_error(self._send(n._c_node)) | 4 | self.handle_error(self._send(n._c_node)) |
| 5 | 5 | ||
| 6 | cpdef plist.Node receive(self): | 6 | cpdef object receive(self): |
| 7 | cdef plist.plist_t c_node = NULL | 7 | cdef plist.plist_t c_node = NULL |
| 8 | self.handle_error(self._receive(&c_node)) | 8 | self.handle_error(self._receive(&c_node)) |
| 9 | 9 | ||
