libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ instproxy_browse_with_callback()

instproxy_error_t instproxy_browse_with_callback ( instproxy_client_t  client,
plist_t  client_options,
instproxy_status_cb_t  status_cb,
void *  user_data 
)

List pages of installed applications in a callback.

Parameters
clientThe connected installation_proxy client
client_optionsThe client options to use, as PLIST_DICT, or NULL. Valid client options include: "ApplicationType" -> "System" "ApplicationType" -> "User" "ApplicationType" -> "Internal" "ApplicationType" -> "Any"
status_cbCallback function to process each page of application information. Passing a callback is required.
user_dataCallback data passed to status_cb.
Returns
INSTPROXY_E_SUCCESS on success or an INSTPROXY_E_* error value if an error occurred.