diff options
author | Martin Szulecki | 2015-01-26 23:38:47 +0100 |
---|---|---|
committer | Martin Szulecki | 2015-01-27 22:01:23 +0100 |
commit | d44af054c88ffc2aa1baeee609fa6e704afb2b77 (patch) | |
tree | 229d888d2cee32fd8b359fcb19b94589d283e9e2 /include | |
parent | 9d7667a1ace1da60f508fa075793bba87e98af4a (diff) | |
download | libimobiledevice-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.h | 3 |
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); |