From: Eric Biggers Date: Sun, 17 Apr 2016 14:44:57 +0000 (-0500) Subject: wimlib.h: document receiving "unmount begin" progress message X-Git-Tag: v1.9.2~21 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=6f9ee11046dface439d7ce6941a80414d24ee3d3;ds=sidebyside wimlib.h: document receiving "unmount begin" progress message --- 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,