summaryrefslogtreecommitdiffstats
path: root/src/installation_proxy.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-03-18 17:54:50 +0100
committerGravatar Martin Szulecki2013-03-18 17:54:50 +0100
commit341c35b4d2dcd827c6612211eef3963e74fe3dce (patch)
treece4eb8367ba10baedf20a7610bb535b064558147 /src/installation_proxy.c
parent71a43f63e31c873f708b1cb9db40180a07ecfada (diff)
downloadlibimobiledevice-341c35b4d2dcd827c6612211eef3963e74fe3dce.tar.gz
libimobiledevice-341c35b4d2dcd827c6612211eef3963e74fe3dce.tar.bz2
installation_proxy: Add ReturnAttributes key to comment for documentation
Diffstat (limited to 'src/installation_proxy.c')
-rw-r--r--src/installation_proxy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/installation_proxy.c b/src/installation_proxy.c
index d4c1750..f8da91c 100644
--- a/src/installation_proxy.c
+++ b/src/installation_proxy.c
@@ -760,9 +760,9 @@ plist_t instproxy_client_options_new()
760 * @param client_options The client options to modify. 760 * @param client_options The client options to modify.
761 * @param ... KEY, VALUE, [KEY, VALUE], NULL 761 * @param ... KEY, VALUE, [KEY, VALUE], NULL
762 * 762 *
763 * @note The keys and values passed are expected to be strings, except for 763 * @note The keys and values passed are expected to be strings, except for the
764 * "ApplicationSINF" and "iTunesMetadata" expecting a plist node of type 764 * keys "ApplicationSINF", "iTunesMetadata", "ReturnAttributes" which are
765 * PLIST_DATA as value, or "SkipUninstall" needing int as value. 765 * expecting a plist_t node as value and "SkipUninstall" expects int.
766 */ 766 */
767void instproxy_client_options_add(plist_t client_options, ...) 767void instproxy_client_options_add(plist_t client_options, ...)
768{ 768{