libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ mobile_image_mounter_lookup_image()

mobile_image_mounter_error_t mobile_image_mounter_lookup_image ( mobile_image_mounter_client_t  client,
const char *  image_type,
plist_t *  result 
)

Tells if the image of ImageType is already mounted.

Parameters
clientThe client use
image_typeThe type of the image to look up
resultPointer to a plist that will receive the result of the operation.
Note
This function may return MOBILE_IMAGE_MOUNTER_E_SUCCESS even if the operation has failed. Check the resulting plist for further information.
Returns
MOBILE_IMAGE_MOUNTER_E_SUCCESS on success, or an error code on error