libimobiledevice  1.3.0-dirty
API Documentation - Return to Homepage

◆ instproxy_browse()

instproxy_error_t instproxy_browse ( instproxy_client_t client,
plist_t client_options,
plist_t * result )

List installed applications.

This function runs synchronously.

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"
resultPointer that will be set to a plist that will hold an array of PLIST_DICT holding information about the applications found.
Returns
INSTPROXY_E_SUCCESS on success or an INSTPROXY_E_* error value if an error occurred.