diff options
Diffstat (limited to 'include/libimobiledevice/installation_proxy.h')
| -rw-r--r-- | include/libimobiledevice/installation_proxy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libimobiledevice/installation_proxy.h b/include/libimobiledevice/installation_proxy.h index 0f924d7..9ce0490 100644 --- a/include/libimobiledevice/installation_proxy.h +++ b/include/libimobiledevice/installation_proxy.h | |||
| @@ -193,8 +193,8 @@ instproxy_error_t instproxy_browse_with_callback(instproxy_client_t client, plis | |||
| 193 | * Lookup information about specific applications from the device. | 193 | * Lookup information about specific applications from the device. |
| 194 | * | 194 | * |
| 195 | * @param client The connected installation_proxy client | 195 | * @param client The connected installation_proxy client |
| 196 | * @param appids A PLIST_ARRAY with PLIST_STRINGs of bundle identifiers, a | 196 | * @param appids An array of bundle identifiers that MUST have a terminating |
| 197 | * single PLIST_STRING for one bundle identifier or NULL to lookup all. | 197 | * NULL entry or NULL to lookup all. |
| 198 | * @param client_options The client options to use, as PLIST_DICT, or NULL. | 198 | * @param client_options The client options to use, as PLIST_DICT, or NULL. |
| 199 | * Currently there are no known client options, so pass NULL here. | 199 | * Currently there are no known client options, so pass NULL here. |
| 200 | * @param result Pointer that will be set to a plist containing a PLIST_DICT | 200 | * @param result Pointer that will be set to a plist containing a PLIST_DICT |
| @@ -203,7 +203,7 @@ instproxy_error_t instproxy_browse_with_callback(instproxy_client_t client, plis | |||
| 203 | * @return INSTPROXY_E_SUCCESS on success or an INSTPROXY_E_* error value if | 203 | * @return INSTPROXY_E_SUCCESS on success or an INSTPROXY_E_* error value if |
| 204 | * an error occured. | 204 | * an error occured. |
| 205 | */ | 205 | */ |
| 206 | instproxy_error_t instproxy_lookup(instproxy_client_t client, plist_t appids, plist_t client_options, plist_t *result); | 206 | instproxy_error_t instproxy_lookup(instproxy_client_t client, const char** appids, plist_t client_options, plist_t *result); |
| 207 | 207 | ||
| 208 | /** | 208 | /** |
| 209 | * Install an application on the device. | 209 | * Install an application on the device. |
