libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ instproxy_client_options_add()

void instproxy_client_options_add ( plist_t  client_options,
  ... 
)

Adds one or more new key:value pairs to the given client_options.

Parameters
client_optionsThe client options to modify.
...KEY, VALUE, [KEY, VALUE], NULL
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.