diff options
author | Martin Szulecki | 2009-07-24 16:35:28 +0200 |
---|---|---|
committer | Martin Szulecki | 2009-07-24 16:35:28 +0200 |
commit | f995c63e1bc56dd2d098a06f130d55334979f38f (patch) | |
tree | 5573d03fbfbe8d20ded5252559e96022e33f01ce /src/NotificationProxy.h | |
parent | cd1aa1c8107c1609746c12a6cd6777bd053167df (diff) | |
download | libimobiledevice-f995c63e1bc56dd2d098a06f130d55334979f38f.tar.gz libimobiledevice-f995c63e1bc56dd2d098a06f130d55334979f38f.tar.bz2 |
Add new NP_ITDBPREP_DID_END notification signaling music db refresh
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 a10cde4..02f4251 100644 --- a/src/NotificationProxy.h +++ b/src/NotificationProxy.h @@ -28,7 +28,7 @@ struct np_client_int { GThread *notifier; }; -static const char *np_default_notifications[10] = { +static const char *np_default_notifications[11] = { NP_SYNC_SUSPEND_REQUEST, NP_SYNC_RESUME_REQUEST, NP_PHONE_NUMBER_CHANGED, @@ -38,6 +38,7 @@ static const char *np_default_notifications[10] = { NP_DS_DOMAIN_CHANGED, NP_APP_INSTALLED, NP_APP_UNINSTALLED, + NP_ITDBPREP_DID_END, NULL }; |