summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2015-01-26 23:38:47 +0100
committerGravatar Martin Szulecki2015-01-27 22:01:23 +0100
commitd44af054c88ffc2aa1baeee609fa6e704afb2b77 (patch)
tree229d888d2cee32fd8b359fcb19b94589d283e9e2 /include
parent9d7667a1ace1da60f508fa075793bba87e98af4a (diff)
downloadlibimobiledevice-d44af054c88ffc2aa1baeee609fa6e704afb2b77.tar.gz
libimobiledevice-d44af054c88ffc2aa1baeee609fa6e704afb2b77.tar.bz2
installation_proxy: Use new lookup command for app path retrieval helper
Diffstat (limited to 'include')
-rw-r--r--include/libimobiledevice/installation_proxy.h3
1 files changed, 0 insertions, 3 deletions
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);