From 341c35b4d2dcd827c6612211eef3963e74fe3dce Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 18 Mar 2013 17:54:50 +0100 Subject: installation_proxy: Add ReturnAttributes key to comment for documentation --- src/installation_proxy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/installation_proxy.c') 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() * @param client_options The client options to modify. * @param ... KEY, VALUE, [KEY, VALUE], NULL * - * @note The keys and values passed are expected to be strings, except for - * "ApplicationSINF" and "iTunesMetadata" expecting a plist node of type - * PLIST_DATA as value, or "SkipUninstall" needing int as value. + * @note The keys and values passed are expected to be strings, except for the + * keys "ApplicationSINF", "iTunesMetadata", "ReturnAttributes" which are + * expecting a plist_t node as value and "SkipUninstall" expects int. */ void instproxy_client_options_add(plist_t client_options, ...) { -- cgit v1.1-32-gdbae