summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-08-20 10:41:04 +0200
committerGravatar Martin Szulecki2010-08-20 10:41:04 +0200
commitf14171e5219ea8c2808154a848f441810d5072a2 (patch)
treecdbbf95adbc9bf51aa24901345a0b93351621f0a /include
parenta2d8ca45084fb67ebef8c897ee23764770235da3 (diff)
downloadlibimobiledevice-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.h1
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"