]> wimlib.net Git - wimlib/blobdiff - src/wimlib.h
Implement unmount progress callback
[wimlib] / src / wimlib.h
index c6a25410ee2d88c1241c282197767a2f5cfe9225..76481bdf7ba1f9b4fba26a697f245bbe19402946 100644 (file)
@@ -1968,8 +1968,8 @@ extern int wimlib_split(WIMStruct *wim, const char *swm_name,
  *     ::WIMLIB_UNMOUNT_FLAG_COMMIT.  Neither of these flags affect read-only
  *     mounts.
  * @param progress_func
- *     Currently ignored, but may be used for a progress callback in the
- *     future.  Set to @c NULL.
+ *     If non-NULL, a function that will be called periodically with the
+ *     progress of the current operation.
  *
  * @return 0 on success; nonzero on error.
  *