summaryrefslogtreecommitdiffstats
path: root/cython/notification_proxy.pxi
diff options
context:
space:
mode:
authorGravatar Bryan Forbes2010-04-19 11:54:35 -0500
committerGravatar Martin Szulecki2012-03-20 23:25:55 +0100
commit6f40114fd26dd0bfb7fcbe4067cc7f4f3eec428a (patch)
treea0ab8cf4265ad59a813a0cfac33a9ca98416fda5 /cython/notification_proxy.pxi
parent7275b8e8b1134c85d6f4b694ad6f515b3a6dace9 (diff)
downloadlibimobiledevice-6f40114fd26dd0bfb7fcbe4067cc7f4f3eec428a.tar.gz
libimobiledevice-6f40114fd26dd0bfb7fcbe4067cc7f4f3eec428a.tar.bz2
Changed some parent class relationships.
Diffstat (limited to 'cython/notification_proxy.pxi')
-rw-r--r--cython/notification_proxy.pxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/notification_proxy.pxi b/cython/notification_proxy.pxi
index cc25f2d..7b2911b 100644
--- a/cython/notification_proxy.pxi
+++ b/cython/notification_proxy.pxi
@@ -30,7 +30,7 @@ cdef class NotificationProxyError(BaseError):
}
BaseError.__init__(self, *args, **kwargs)
-cdef class NotificationProxy(Base):
+cdef class NotificationProxyClient(PropertyListService):
__service_name__ = "com.apple.mobile.notification_proxy"
cdef np_client_t _c_client