libimobiledevice  1.4.0
API Documentation - Return to Homepage

◆ mobile_image_mounter_unmount_image()

LIBIMOBILEDEVICE_API mobile_image_mounter_error_t mobile_image_mounter_unmount_image ( mobile_image_mounter_client_t client,
const char * mount_path )

Unmount a mounted image at given path on the device.

Parameters
clientThe connected mobile_image_mounter client.
mount_pathThe mount path of the mounted image on the device.
Returns
MOBILE_IMAGE_MOUNTER_E_SUCCESS on success, or a MOBILE_IMAGE_MOUNTER_E_* error code on error.