diff options
author | Nikias Bassen | 2010-01-11 21:24:57 +0100 |
---|---|---|
committer | Martin Szulecki | 2010-01-12 00:41:00 +0100 |
commit | feda83dcc52af2f6a26f9bb1d2b71b0bfc52cd21 (patch) | |
tree | 2947cb9ebf267de71c2436b4007748429c525a07 /src/NotificationProxy.h | |
parent | c3922bd8de4d0d52db3124e5aad8c3c1e580472f (diff) | |
download | libimobiledevice-feda83dcc52af2f6a26f9bb1d2b71b0bfc52cd21.tar.gz libimobiledevice-feda83dcc52af2f6a26f9bb1d2b71b0bfc52cd21.tar.bz2 |
NotificationProxy: use new property_list_service
Diffstat (limited to 'src/NotificationProxy.h')
-rw-r--r-- | src/NotificationProxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/NotificationProxy.h b/src/NotificationProxy.h index ea993c5..a2b3001 100644 --- a/src/NotificationProxy.h +++ b/src/NotificationProxy.h @@ -24,9 +24,10 @@ #include <glib.h> #include "libiphone/notification_proxy.h" +#include "property_list_service.h" struct np_client_int { - iphone_connection_t connection; + property_list_service_client_t parent; GMutex *mutex; GThread *notifier; }; |