From 277e526c6b1fd10ff4661afb7e1d6dc022dc0225 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 8 Jan 2010 13:34:04 +0100 Subject: Add more known notification ids for notification_proxy --- src/NotificationProxy.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src') diff --git a/src/NotificationProxy.c b/src/NotificationProxy.c index 160ac4a..5ae59f2 100644 --- a/src/NotificationProxy.c +++ b/src/NotificationProxy.c @@ -168,10 +168,6 @@ np_error_t np_client_free(np_client_t client) } /** Sends a notification to the device's Notification Proxy. - * - * notification messages seen so far: - * com.apple.itunes-mobdev.syncWillStart - * com.apple.itunes-mobdev.syncDidStart * * @param client The client to send to * @param notification The notification message to send @@ -236,17 +232,6 @@ np_error_t np_observe_notification( np_client_t client, const char *notification } /** Notifies the iphone to send a notification on specified events. - * - * observation messages seen so far: - * com.apple.itunes-client.syncCancelRequest - * com.apple.itunes-client.syncSuspendRequest - * com.apple.itunes-client.syncResumeRequest - * com.apple.mobile.lockdown.phone_number_changed - * com.apple.mobile.lockdown.device_name_changed - * com.apple.springboard.attemptactivation - * com.apple.mobile.data_sync.domain_changed - * com.apple.mobile.application_installed - * com.apple.mobile.application_uninstalled * * @param client The client to send to * @param notification_spec Specification of the notifications that should be -- cgit v1.1-32-gdbae