diff options
Diffstat (limited to 'cython/house_arrest.pxi')
| -rw-r--r-- | cython/house_arrest.pxi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cython/house_arrest.pxi b/cython/house_arrest.pxi index 2a81213..54eebc1 100644 --- a/cython/house_arrest.pxi +++ b/cython/house_arrest.pxi | |||
| @@ -48,10 +48,10 @@ cdef class HouseArrestClient(PropertyListService): | |||
| 48 | cdef inline BaseError _error(self, int16_t ret): | 48 | cdef inline BaseError _error(self, int16_t ret): |
| 49 | return HouseArrestError(ret) | 49 | return HouseArrestError(ret) |
| 50 | 50 | ||
| 51 | cdef send_request(self, plist.Node message): | 51 | cpdef send_request(self, plist.Node message): |
| 52 | self.handle_error(house_arrest_send_request(self._c_client, message._c_node)) | 52 | self.handle_error(house_arrest_send_request(self._c_client, message._c_node)) |
| 53 | 53 | ||
| 54 | cdef send_command(self, bytes command, bytes appid): | 54 | cpdef send_command(self, bytes command, bytes appid): |
| 55 | self.handle_error(house_arrest_send_command(self._c_client, command, appid)) | 55 | self.handle_error(house_arrest_send_command(self._c_client, command, appid)) |
| 56 | 56 | ||
| 57 | cpdef plist.Node get_result(self): | 57 | cpdef plist.Node get_result(self): |
