diff options
| author | 2010-01-08 13:34:04 +0100 | |
|---|---|---|
| committer | 2010-01-08 13:34:04 +0100 | |
| commit | 277e526c6b1fd10ff4661afb7e1d6dc022dc0225 (patch) | |
| tree | f9f1cb8442295151653ace9a8b99557e38a5a0f3 /src | |
| parent | 0ac0908fd09627e789c7bb2255aed8109ca2e47f (diff) | |
| download | libimobiledevice-277e526c6b1fd10ff4661afb7e1d6dc022dc0225.tar.gz libimobiledevice-277e526c6b1fd10ff4661afb7e1d6dc022dc0225.tar.bz2 | |
Add more known notification ids for notification_proxy
Diffstat (limited to 'src')
| -rw-r--r-- | src/NotificationProxy.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/NotificationProxy.c b/src/NotificationProxy.c index 160ac4a..5ae59f2 100644 --- a/src/NotificationProxy.c +++ b/src/NotificationProxy.c | |||
| @@ -169,10 +169,6 @@ np_error_t np_client_free(np_client_t client) | |||
| 169 | 169 | ||
| 170 | /** Sends a notification to the device's Notification Proxy. | 170 | /** Sends a notification to the device's Notification Proxy. |
| 171 | * | 171 | * |
| 172 | * notification messages seen so far: | ||
| 173 | * com.apple.itunes-mobdev.syncWillStart | ||
| 174 | * com.apple.itunes-mobdev.syncDidStart | ||
| 175 | * | ||
| 176 | * @param client The client to send to | 172 | * @param client The client to send to |
| 177 | * @param notification The notification message to send | 173 | * @param notification The notification message to send |
| 178 | * | 174 | * |
| @@ -237,17 +233,6 @@ np_error_t np_observe_notification( np_client_t client, const char *notification | |||
| 237 | 233 | ||
| 238 | /** Notifies the iphone to send a notification on specified events. | 234 | /** Notifies the iphone to send a notification on specified events. |
| 239 | * | 235 | * |
| 240 | * observation messages seen so far: | ||
| 241 | * com.apple.itunes-client.syncCancelRequest | ||
| 242 | * com.apple.itunes-client.syncSuspendRequest | ||
| 243 | * com.apple.itunes-client.syncResumeRequest | ||
| 244 | * com.apple.mobile.lockdown.phone_number_changed | ||
| 245 | * com.apple.mobile.lockdown.device_name_changed | ||
| 246 | * com.apple.springboard.attemptactivation | ||
| 247 | * com.apple.mobile.data_sync.domain_changed | ||
| 248 | * com.apple.mobile.application_installed | ||
| 249 | * com.apple.mobile.application_uninstalled | ||
| 250 | * | ||
| 251 | * @param client The client to send to | 236 | * @param client The client to send to |
| 252 | * @param notification_spec Specification of the notifications that should be | 237 | * @param notification_spec Specification of the notifications that should be |
| 253 | * observed. This is expected to be an array of const char* that MUST have a | 238 | * observed. This is expected to be an array of const char* that MUST have a |
