DURABLE


Description:

DURABLE

Guarantee file durability: after a crash, the new version of the file will be available.

On Unix systems this equates to an `fsync()` on the file (if g_file_set_contents_consistent is unset) , or the effects of g_file_set_contents_consistent plus an `fsync()` on the directory containing the file after calling `rename()`.




2022 vala-language.org