X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fwimlib.h;h=33f124b91335f6087b5b7c558126eafa8409f077;hb=edcb6f0d4a843d4e05a7b7e3b72006ac4b4acf6f;hp=4390e2088e02389ba02847c514810271b0436df8;hpb=8b676e7d340fb8197824745eb387e1d3154e6f60;p=wimlib diff --git a/include/wimlib.h b/include/wimlib.h index 4390e208..33f124b9 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -856,13 +856,11 @@ union wimlib_progress_info { uint64_t num_dirs_scanned; /** The number of non-directories scanned so far, not counting - * excluded/unsupported files. If a file has multiple names - * (hard links), it is only counted one time. */ + * excluded/unsupported files. */ uint64_t num_nondirs_scanned; /** The number of bytes of file data detected so far, not - * counting excluded/unsupported files. If a file has multiple - * names (hard links), its data is counted only one time. */ + * counting excluded/unsupported files. */ uint64_t num_bytes_scanned; } scan; @@ -1748,7 +1746,7 @@ typedef int (*wimlib_iterate_lookup_table_callback_t)(const struct wimlib_resour #define WIMLIB_ADD_FLAG_TEST_FILE_EXCLUSION 0x00004000 /** - * EXPERIMENTAL, since wimlib v1.8.4: create a temporary filesystem snapshot of + * EXPERIMENTAL, since wimlib v1.9.0: create a temporary filesystem snapshot of * the source directory and add the files from it. Currently, this option is * only supported on Windows, where it uses the Volume Shadow Copy Service * (VSS). Using this option, you can create a consistent backup of the system @@ -3180,7 +3178,7 @@ wimlib_get_image_name(const WIMStruct *wim, int image); * "TOTALBYTES". The name can contain forward slashes to indicate a nested * XML element; for example, "WINDOWS/VERSION/BUILD" indicates the BUILD * element nested within the VERSION element nested within the WINDOWS - * element. Since wimlib v1.8.4, a bracketed number can be used to + * element. Since wimlib v1.9.0, a bracketed number can be used to * indicate one of several identically-named elements; for example, * "WINDOWS/LANGUAGES/LANGUAGE[2]" indicates the second "LANGUAGE" element * nested within the "WINDOWS/LANGUAGES" element. Note that element names