X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib.h;h=7254a1265f61d86fd782498b1a9acdfb1c484727;hp=cd341e694cc73c0898c48a3126922110a596d913;hb=212dc9b42eebe74125cfac213d15c09ae9bafbea;hpb=b4d8b14450c1f36ad07706888d9042bce5d9c2e0 diff --git a/include/wimlib.h b/include/wimlib.h index cd341e69..7254a126 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -11,12 +11,12 @@ /** * @mainpage * - * This is the documentation for the library interface of wimlib 1.9.0, a C + * This is the documentation for the library interface of wimlib 1.9.2, a C * library for creating, modifying, extracting, and mounting files in the * Windows Imaging Format. This documentation is intended for developers only. * If you have installed wimlib and want to know how to use the @b wimlib-imagex * program, please see the manual pages and also the README file. + * href="https://wimlib.net/git/?p=wimlib;a=blob;f=README">README file. * * @section sec_installing Installing * @@ -45,7 +45,7 @@ * distribution. Also see @ref sec_basic_wim_handling_concepts below. * * There is also the + * href="https://wimlib.net/git/?p=wimlib;a=blob;f=programs/imagex.c"> * source code of wimlib-imagex, which is complicated but uses most * capabilities of wimlib. * @@ -401,7 +401,7 @@ #define WIMLIB_MINOR_VERSION 9 /** Patch version of the library (for example, the 5 in 1.2.5). */ -#define WIMLIB_PATCH_VERSION 0 +#define WIMLIB_PATCH_VERSION 2 #ifdef __cplusplus extern "C" { @@ -3043,7 +3043,7 @@ wimlib_extract_pathlist(WIMStruct *wim, int image, * to match no files, and there is a flag (::WIMLIB_EXTRACT_FLAG_STRICT_GLOB) to * enable the strict behavior if desired. * - * Symbolic are not be dereferenced when paths in the image are interpreted. + * Symbolic links are not dereferenced when paths in the image are interpreted. * * @param wim * WIM from which to extract the paths, specified as a pointer to the @@ -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,