summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/libimobiledevice/installation_proxy.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/libimobiledevice/installation_proxy.h b/include/libimobiledevice/installation_proxy.h
index 1ff82dc..e96e224 100644
--- a/include/libimobiledevice/installation_proxy.h
+++ b/include/libimobiledevice/installation_proxy.h
@@ -228,7 +228,7 @@ instproxy_error_t instproxy_lookup(instproxy_client_t client, const char** appid
228 * 228 *
229 * @note If a callback function is given (async mode), this function returns 229 * @note If a callback function is given (async mode), this function returns
230 * INSTPROXY_E_SUCCESS immediately if the status updater thread has been 230 * INSTPROXY_E_SUCCESS immediately if the status updater thread has been
231 * created successfully; any error occuring during the command has to be 231 * created successfully; any error occurring during the command has to be
232 * handled inside the specified callback function. 232 * handled inside the specified callback function.
233 */ 233 */
234instproxy_error_t instproxy_install(instproxy_client_t client, const char *pkg_path, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data); 234instproxy_error_t instproxy_install(instproxy_client_t client, const char *pkg_path, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data);
@@ -256,7 +256,7 @@ instproxy_error_t instproxy_install(instproxy_client_t client, const char *pkg_p
256 * 256 *
257 * @note If a callback function is given (async mode), this function returns 257 * @note If a callback function is given (async mode), this function returns
258 * INSTPROXY_E_SUCCESS immediately if the status updater thread has been 258 * INSTPROXY_E_SUCCESS immediately if the status updater thread has been
259 * created successfully; any error occuring during the command has to be 259 * created successfully; any error occurring during the command has to be
260 * handled inside the specified callback function. 260 * handled inside the specified callback function.
261 */ 261 */
262instproxy_error_t instproxy_upgrade(instproxy_client_t client, const char *pkg_path, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data); 262instproxy_error_t instproxy_upgrade(instproxy_client_t client, const char *pkg_path, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data);
@@ -277,7 +277,7 @@ instproxy_error_t instproxy_upgrade(instproxy_client_t client, const char *pkg_p
277 * 277 *
278 * @note If a callback function is given (async mode), this function returns 278 * @note If a callback function is given (async mode), this function returns
279 * INSTPROXY_E_SUCCESS immediately if the status updater thread has been 279 * INSTPROXY_E_SUCCESS immediately if the status updater thread has been
280 * created successfully; any error occuring during the command has to be 280 * created successfully; any error occurring during the command has to be
281 * handled inside the specified callback function. 281 * handled inside the specified callback function.
282 */ 282 */
283instproxy_error_t instproxy_uninstall(instproxy_client_t client, const char *appid, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data); 283instproxy_error_t instproxy_uninstall(instproxy_client_t client, const char *appid, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data);
@@ -319,7 +319,7 @@ instproxy_error_t instproxy_lookup_archives(instproxy_client_t client, plist_t c
319 * 319 *
320 * @note If a callback function is given (async mode), this function returns 320 * @note If a callback function is given (async mode), this function returns
321 * INSTPROXY_E_SUCCESS immediately if the status updater thread has been 321 * INSTPROXY_E_SUCCESS immediately if the status updater thread has been
322 * created successfully; any error occuring during the command has to be 322 * created successfully; any error occurring during the command has to be
323 * handled inside the specified callback function. 323 * handled inside the specified callback function.
324 */ 324 */
325instproxy_error_t instproxy_archive(instproxy_client_t client, const char *appid, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data); 325instproxy_error_t instproxy_archive(instproxy_client_t client, const char *appid, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data);
@@ -343,7 +343,7 @@ instproxy_error_t instproxy_archive(instproxy_client_t client, const char *appid
343 * 343 *
344 * @note If a callback function is given (async mode), this function returns 344 * @note If a callback function is given (async mode), this function returns
345 * INSTPROXY_E_SUCCESS immediately if the status updater thread has been 345 * INSTPROXY_E_SUCCESS immediately if the status updater thread has been
346 * created successfully; any error occuring during the command has to be 346 * created successfully; any error occurring during the command has to be
347 * handled inside the specified callback function. 347 * handled inside the specified callback function.
348 */ 348 */
349instproxy_error_t instproxy_restore(instproxy_client_t client, const char *appid, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data); 349instproxy_error_t instproxy_restore(instproxy_client_t client, const char *appid, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data);
@@ -366,7 +366,7 @@ instproxy_error_t instproxy_restore(instproxy_client_t client, const char *appid
366 * 366 *
367 * @note If a callback function is given (async mode), this function returns 367 * @note If a callback function is given (async mode), this function returns
368 * INSTPROXY_E_SUCCESS immediately if the status updater thread has been 368 * INSTPROXY_E_SUCCESS immediately if the status updater thread has been
369 * created successfully; any error occuring during the command has to be 369 * created successfully; any error occurring during the command has to be
370 * handled inside the specified callback function. 370 * handled inside the specified callback function.
371 */ 371 */
372instproxy_error_t instproxy_remove_archive(instproxy_client_t client, const char *appid, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data); 372instproxy_error_t instproxy_remove_archive(instproxy_client_t client, const char *appid, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data);