X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib.h;h=667b2b923e0ebb744a40ad846226d09e28ba14dc;hp=e4ae34411babc20c55826ae4b420ae980766fcfb;hb=6f9ee11046dface439d7ce6941a80414d24ee3d3;hpb=f0654e95701359ba8318601a6abeb01f0bad52eb diff --git a/include/wimlib.h b/include/wimlib.h index e4ae3441..667b2b92 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -4334,8 +4334,9 @@ wimlib_unmount_image(const wimlib_tchar *dir, int unmount_flags); * @ingroup G_mounting_wim_images * * Same as wimlib_unmount_image(), but allows specifying a progress function. - * If changes are committed from a read-write mount, the progress function will - * receive ::WIMLIB_PROGRESS_MSG_WRITE_STREAMS messages. + * The progress function will receive a ::WIMLIB_PROGRESS_MSG_UNMOUNT_BEGIN + * message. In addition, if changes are committed from a read-write mount, the + * progress function will receive ::WIMLIB_PROGRESS_MSG_WRITE_STREAMS messages. */ extern int wimlib_unmount_image_with_progress(const wimlib_tchar *dir,