From db4f941a4c83b997e301f8cb14a5ae301d059689 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 26 Jan 2015 22:35:17 +0100 Subject: installation_proxy: Add new helper to set return attributes in client options --- include/libimobiledevice/installation_proxy.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include') 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 @@ -294,6 +294,16 @@ plist_t instproxy_client_options_new(void); */ void instproxy_client_options_add(plist_t client_options, ...); +/** + * Adds attributes to the given client_options to filter browse results. + * + * @param client_options The client options to modify. + * @param ... VALUE, VALUE, [VALUE], NULL + * + * @note The values passed are expected to be strings. + */ +void instproxy_client_options_set_return_attributes(plist_t client_options, ...); + /** * Frees client_options plist. * -- cgit v1.1-32-gdbae