summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/installation_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libimobiledevice/installation_proxy.h')
-rw-r--r--include/libimobiledevice/installation_proxy.h10
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);
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.
*
* @param client_options The client options plist to free. Does nothing if NULL