summaryrefslogtreecommitdiffstats
path: root/cython/sbservices.pxi
diff options
context:
space:
mode:
Diffstat (limited to 'cython/sbservices.pxi')
-rw-r--r--cython/sbservices.pxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/sbservices.pxi b/cython/sbservices.pxi
index 13a49aa..55c94a5 100644
--- a/cython/sbservices.pxi
+++ b/cython/sbservices.pxi
@@ -25,7 +25,7 @@ cdef class SpringboardServicesError(BaseError):
25 } 25 }
26 BaseError.__init__(self, *args, **kwargs) 26 BaseError.__init__(self, *args, **kwargs)
27 27
28cdef class SpringboardServicesClient(Base): 28cdef class SpringboardServicesClient(PropertyListService):
29 __service_name__ = "com.apple.springboardservices" 29 __service_name__ = "com.apple.springboardservices"
30 cdef sbservices_client_t _c_client 30 cdef sbservices_client_t _c_client
31 31