diff options
| author | 2015-01-26 22:35:17 +0100 | |
|---|---|---|
| committer | 2015-01-27 22:01:23 +0100 | |
| commit | db4f941a4c83b997e301f8cb14a5ae301d059689 (patch) | |
| tree | 361f42d306ec9d0be84749c1bf95b63597484516 /include/libimobiledevice/installation_proxy.h | |
| parent | 4902178daf5c7861b4e6ecb1bdb05120ca8bf70d (diff) | |
| download | libimobiledevice-db4f941a4c83b997e301f8cb14a5ae301d059689.tar.gz libimobiledevice-db4f941a4c83b997e301f8cb14a5ae301d059689.tar.bz2 | |
installation_proxy: Add new helper to set return attributes in client options
Diffstat (limited to 'include/libimobiledevice/installation_proxy.h')
| -rw-r--r-- | include/libimobiledevice/installation_proxy.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/libimobiledevice/installation_proxy.h b/include/libimobiledevice/installation_proxy.h index c15f0d0..a2189e9 100644 --- a/include/libimobiledevice/installation_proxy.h +++ b/include/libimobiledevice/installation_proxy.h | |||
| @@ -295,6 +295,16 @@ plist_t instproxy_client_options_new(void); | |||
| 295 | void instproxy_client_options_add(plist_t client_options, ...); | 295 | void instproxy_client_options_add(plist_t client_options, ...); |
| 296 | 296 | ||
| 297 | /** | 297 | /** |
| 298 | * Adds attributes to the given client_options to filter browse results. | ||
| 299 | * | ||
| 300 | * @param client_options The client options to modify. | ||
| 301 | * @param ... VALUE, VALUE, [VALUE], NULL | ||
| 302 | * | ||
| 303 | * @note The values passed are expected to be strings. | ||
| 304 | */ | ||
| 305 | void instproxy_client_options_set_return_attributes(plist_t client_options, ...); | ||
| 306 | |||
| 307 | /** | ||
| 298 | * Frees client_options plist. | 308 | * Frees client_options plist. |
| 299 | * | 309 | * |
| 300 | * @param client_options The client options plist to free. Does nothing if NULL | 310 | * @param client_options The client options plist to free. Does nothing if NULL |
