summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/libimobiledevice/afc.h2
-rw-r--r--include/libimobiledevice/file_relay.h2
-rw-r--r--include/libimobiledevice/installation_proxy.h2
-rw-r--r--include/libimobiledevice/lockdown.h2
-rw-r--r--include/libimobiledevice/mobile_image_mounter.h2
-rw-r--r--include/libimobiledevice/mobilebackup.h2
-rw-r--r--include/libimobiledevice/mobilesync.h2
-rw-r--r--include/libimobiledevice/notification_proxy.h2
-rw-r--r--include/libimobiledevice/restore.h2
-rw-r--r--include/libimobiledevice/sbservices.h2
-rw-r--r--include/libimobiledevice/screenshotr.h3
11 files changed, 12 insertions, 11 deletions
diff --git a/include/libimobiledevice/afc.h b/include/libimobiledevice/afc.h
index c060eb7..5b06e2c 100644
--- a/include/libimobiledevice/afc.h
+++ b/include/libimobiledevice/afc.h
@@ -1,6 +1,6 @@
1/** 1/**
2 * @file libimobiledevice/afc.h 2 * @file libimobiledevice/afc.h
3 * @brief AFC Implementation 3 * @brief Access the filesystem.
4 * \internal 4 * \internal
5 * 5 *
6 * Copyright (c) 2009 Nikias Bassen All Rights Reserved. 6 * Copyright (c) 2009 Nikias Bassen All Rights Reserved.
diff --git a/include/libimobiledevice/file_relay.h b/include/libimobiledevice/file_relay.h
index b3900db..52d4758 100644
--- a/include/libimobiledevice/file_relay.h
+++ b/include/libimobiledevice/file_relay.h
@@ -1,6 +1,6 @@
1/** 1/**
2 * @file libimobiledevice/file_relay.h 2 * @file libimobiledevice/file_relay.h
3 * @brief file_relay Implementation 3 * @brief Retrieve compressed CPIO archives.
4 * \internal 4 * \internal
5 * 5 *
6 * Copyright (c) 2010 Nikias Bassen All Rights Reserved. 6 * Copyright (c) 2010 Nikias Bassen All Rights Reserved.
diff --git a/include/libimobiledevice/installation_proxy.h b/include/libimobiledevice/installation_proxy.h
index bee9a16..f5f00e8 100644
--- a/include/libimobiledevice/installation_proxy.h
+++ b/include/libimobiledevice/installation_proxy.h
@@ -1,6 +1,6 @@
1/** 1/**
2 * @file libimobiledevice/installation_proxy.h 2 * @file libimobiledevice/installation_proxy.h
3 * @brief Implementation to talk to the installation proxy on a device 3 * @brief Manage applications on a device.
4 * \internal 4 * \internal
5 * 5 *
6 * Copyright (c) 2009 Nikias Bassen All Rights Reserved. 6 * Copyright (c) 2009 Nikias Bassen All Rights Reserved.
diff --git a/include/libimobiledevice/lockdown.h b/include/libimobiledevice/lockdown.h
index 9a02e69..97df6b0 100644
--- a/include/libimobiledevice/lockdown.h
+++ b/include/libimobiledevice/lockdown.h
@@ -1,6 +1,6 @@
1/** 1/**
2 * @file libimobiledevice/lockdown.h 2 * @file libimobiledevice/lockdown.h
3 * @brief Implementation to communicate with the lockdown device daemon 3 * @brief Manage device preferences, start services, pairing and activation.
4 * \internal 4 * \internal
5 * 5 *
6 * Copyright (c) 2008 Zach C. All Rights Reserved. 6 * Copyright (c) 2008 Zach C. All Rights Reserved.
diff --git a/include/libimobiledevice/mobile_image_mounter.h b/include/libimobiledevice/mobile_image_mounter.h
index 26a3666..04c65d5 100644
--- a/include/libimobiledevice/mobile_image_mounter.h
+++ b/include/libimobiledevice/mobile_image_mounter.h
@@ -1,6 +1,6 @@
1/** 1/**
2 * @file libimobiledevice/mobile_image_mounter.h 2 * @file libimobiledevice/mobile_image_mounter.h
3 * @brief Implementation of the mobile image mounter service. 3 * @brief Mount developer/debug disk images on the device.
4 * \internal 4 * \internal
5 * 5 *
6 * Copyright (c) 2010 Nikias Bassen All Rights Reserved. 6 * Copyright (c) 2010 Nikias Bassen All Rights Reserved.
diff --git a/include/libimobiledevice/mobilebackup.h b/include/libimobiledevice/mobilebackup.h
index 6f37a14..7dbc3fe 100644
--- a/include/libimobiledevice/mobilebackup.h
+++ b/include/libimobiledevice/mobilebackup.h
@@ -1,6 +1,6 @@
1/** 1/**
2 * @file libimobiledevice/mobilebackup.h 2 * @file libimobiledevice/mobilebackup.h
3 * @brief MobileBackup Implementation 3 * @brief Backup and restore of all device data.
4 * \internal 4 * \internal
5 * 5 *
6 * Copyright (c) 2009 Martin Szulecki All Rights Reserved. 6 * Copyright (c) 2009 Martin Szulecki All Rights Reserved.
diff --git a/include/libimobiledevice/mobilesync.h b/include/libimobiledevice/mobilesync.h
index 6e2d8b4..64f75a8 100644
--- a/include/libimobiledevice/mobilesync.h
+++ b/include/libimobiledevice/mobilesync.h
@@ -1,6 +1,6 @@
1/** 1/**
2 * @file libimobiledevice/mobilesync.h 2 * @file libimobiledevice/mobilesync.h
3 * @brief MobileSync Implementation 3 * @brief Synchronize data classes with a device and computer.
4 * \internal 4 * \internal
5 * 5 *
6 * Copyright (c) 2010 Bryan Forbes All Rights Reserved. 6 * Copyright (c) 2010 Bryan Forbes All Rights Reserved.
diff --git a/include/libimobiledevice/notification_proxy.h b/include/libimobiledevice/notification_proxy.h
index d85f56c..6e4409d 100644
--- a/include/libimobiledevice/notification_proxy.h
+++ b/include/libimobiledevice/notification_proxy.h
@@ -1,6 +1,6 @@
1/** 1/**
2 * @file libimobiledevice/notification_proxy.h 2 * @file libimobiledevice/notification_proxy.h
3 * @brief Implementation to talk to the notification proxy on a device 3 * @brief Observe and post notifications.
4 * \internal 4 * \internal
5 * 5 *
6 * Copyright (c) 2009 Nikias Bassen All Rights Reserved. 6 * Copyright (c) 2009 Nikias Bassen All Rights Reserved.
diff --git a/include/libimobiledevice/restore.h b/include/libimobiledevice/restore.h
index c4b5916..6f3ff53 100644
--- a/include/libimobiledevice/restore.h
+++ b/include/libimobiledevice/restore.h
@@ -1,6 +1,6 @@
1/** 1/**
2 * @file libimobiledevice/restore.h 2 * @file libimobiledevice/restore.h
3 * @brief Implementation to communicate with the restore device daemon 3 * @brief Initiate restore process or reboot device.
4 * \internal 4 * \internal
5 * 5 *
6 * Copyright (c) 2010 Joshua Hill. All Rights Reserved. 6 * Copyright (c) 2010 Joshua Hill. All Rights Reserved.
diff --git a/include/libimobiledevice/sbservices.h b/include/libimobiledevice/sbservices.h
index 71e951e..fcedf1a 100644
--- a/include/libimobiledevice/sbservices.h
+++ b/include/libimobiledevice/sbservices.h
@@ -1,6 +1,6 @@
1/** 1/**
2 * @file libimobiledevice/sbservices.h 2 * @file libimobiledevice/sbservices.h
3 * @brief Implementation to talk to the SpringBoard services on a device 3 * @brief Manage SpringBoard icons and retrieve icon images.
4 * \internal 4 * \internal
5 * 5 *
6 * Copyright (c) 2009 Nikias Bassen All Rights Reserved. 6 * Copyright (c) 2009 Nikias Bassen All Rights Reserved.
diff --git a/include/libimobiledevice/screenshotr.h b/include/libimobiledevice/screenshotr.h
index 7e5c8a7..b3669ee 100644
--- a/include/libimobiledevice/screenshotr.h
+++ b/include/libimobiledevice/screenshotr.h
@@ -1,6 +1,7 @@
1/** 1/**
2 * @file libimobiledevice/screenshotr.h 2 * @file libimobiledevice/screenshotr.h
3 * @brief Screenshot service implementation 3 * @brief Retrieve a screenshot from device.
4 * @note Requires a mounted developer image.
4 * \internal 5 * \internal
5 * 6 *
6 * Copyright (c) 2010 Nikias Bassen All Rights Reserved. 7 * Copyright (c) 2010 Nikias Bassen All Rights Reserved.