From b8e381953642c33ffe61387fad0ac0ac6516b95a Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 26 Jan 2010 02:48:14 +0100 Subject: New post notification com.apple.itunes-mobdev.syncLockRequest --- include/libiphone/notification_proxy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libiphone') diff --git a/include/libiphone/notification_proxy.h b/include/libiphone/notification_proxy.h index b58fc68..962dd9b 100644 --- a/include/libiphone/notification_proxy.h +++ b/include/libiphone/notification_proxy.h @@ -43,6 +43,7 @@ typedef int16_t np_error_t; #define NP_SYNC_WILL_START "com.apple.itunes-mobdev.syncWillStart" #define NP_SYNC_DID_START "com.apple.itunes-mobdev.syncDidStart" #define NP_SYNC_DID_FINISH "com.apple.itunes-mobdev.syncDidFinish" +#define NP_SYNC_LOCK_REQUEST "com.apple.itunes-mobdev.syncLockRequest" /* Notification IDs for use with observe_notification (device --> client) */ #define NP_SYNC_CANCEL_REQUEST "com.apple.itunes-client.syncCancelRequest" -- cgit v1.1-32-gdbae