From 6f9ee11046dface439d7ce6941a80414d24ee3d3 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 17 Apr 2016 09:44:57 -0500 Subject: [PATCH] wimlib.h: document receiving "unmount begin" progress message --- include/wimlib.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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, -- 2.43.0