diff options
author | Martin Szulecki | 2010-08-20 10:41:04 +0200 |
---|---|---|
committer | Martin Szulecki | 2010-08-20 10:41:04 +0200 |
commit | f14171e5219ea8c2808154a848f441810d5072a2 (patch) | |
tree | cdbbf95adbc9bf51aa24901345a0b93351621f0a /include | |
parent | a2d8ca45084fb67ebef8c897ee23764770235da3 (diff) | |
download | libimobiledevice-f14171e5219ea8c2808154a848f441810d5072a2.tar.gz libimobiledevice-f14171e5219ea8c2808154a848f441810d5072a2.tar.bz2 |
notification_proxy: Add disk_usage_changed notification
Diffstat (limited to 'include')
-rw-r--r-- | include/libimobiledevice/notification_proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libimobiledevice/notification_proxy.h b/include/libimobiledevice/notification_proxy.h index 6e4409d..43c479d 100644 --- a/include/libimobiledevice/notification_proxy.h +++ b/include/libimobiledevice/notification_proxy.h @@ -71,6 +71,7 @@ typedef int16_t np_error_t; #define NP_REGISTRATION_FAILED "com.apple.mobile.lockdown.registration_failed" #define NP_ACTIVATION_STATE "com.apple.mobile.lockdown.activation_state" #define NP_BRICK_STATE "com.apple.mobile.lockdown.brick_state" +#define NP_DISK_USAGE_CHANGED "com.apple.mobile.lockdown.disk_usage_changed" /**< iOS 4.0+ */ #define NP_DS_DOMAIN_CHANGED "com.apple.mobile.data_sync.domain_changed" #define NP_BACKUP_DOMAIN_CHANGED "com.apple.mobile.backup.domain_changed" #define NP_APP_INSTALLED "com.apple.mobile.application_installed" |