diff options
author | Nikias Bassen | 2010-01-26 02:48:14 +0100 |
---|---|---|
committer | Martin Szulecki | 2010-01-26 03:06:45 +0100 |
commit | b8e381953642c33ffe61387fad0ac0ac6516b95a (patch) | |
tree | 068b31b1ef778e23200e602a5c60b2cd5e33d95e /include | |
parent | 7aed1ff56096ebaa7497241b8744f9c7387042f3 (diff) | |
download | libimobiledevice-b8e381953642c33ffe61387fad0ac0ac6516b95a.tar.gz libimobiledevice-b8e381953642c33ffe61387fad0ac0ac6516b95a.tar.bz2 |
New post notification com.apple.itunes-mobdev.syncLockRequest
Diffstat (limited to 'include')
-rw-r--r-- | include/libiphone/notification_proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |