diff options
| author | 2009-07-24 16:35:28 +0200 | |
|---|---|---|
| committer | 2009-07-24 16:35:28 +0200 | |
| commit | f995c63e1bc56dd2d098a06f130d55334979f38f (patch) | |
| tree | 5573d03fbfbe8d20ded5252559e96022e33f01ce /dev/main.c | |
| 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 'dev/main.c')
| -rw-r--r-- | dev/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -113,10 +113,11 @@ int main(int argc, char *argv[]) | |||
| 113 | printf("ERROR: Notification proxy could not be started.\n"); | 113 | printf("ERROR: Notification proxy could not be started.\n"); |
| 114 | } | 114 | } |
| 115 | if (gnp) { | 115 | if (gnp) { |
| 116 | const char *nspec[4] = { | 116 | const char *nspec[5] = { |
| 117 | NP_SYNC_CANCEL_REQUEST, | 117 | NP_SYNC_CANCEL_REQUEST, |
| 118 | NP_SYNC_SUSPEND_REQUEST, | 118 | NP_SYNC_SUSPEND_REQUEST, |
| 119 | NP_SYNC_RESUME_REQUEST, | 119 | NP_SYNC_RESUME_REQUEST, |
| 120 | NP_ITDBPREP_DID_END, | ||
| 120 | NULL | 121 | NULL |
| 121 | }; | 122 | }; |
| 122 | np_observe_notifications(gnp, nspec); | 123 | np_observe_notifications(gnp, nspec); |
