From d44af054c88ffc2aa1baeee609fa6e704afb2b77 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 26 Jan 2015 23:38:47 +0100 Subject: installation_proxy: Use new lookup command for app path retrieval helper --- include/libimobiledevice/installation_proxy.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/libimobiledevice/installation_proxy.h b/include/libimobiledevice/installation_proxy.h index 6810978..0f924d7 100644 --- a/include/libimobiledevice/installation_proxy.h +++ b/include/libimobiledevice/installation_proxy.h @@ -492,9 +492,6 @@ void instproxy_client_options_free(plist_t client_options); * @return INSTPROXY_E_SUCCESS on success, INSTPROXY_E_OP_FAILED if * the path could not be determined or an INSTPROXY_E_* error * value if an error occured. - * - * @note This implementation browses all applications and matches the - * right entry by the application identifier. */ instproxy_error_t instproxy_client_get_path_for_bundle_identifier(instproxy_client_t client, const char* bundle_id, char** path); -- cgit v1.1-32-gdbae