FileSetContentsFlags
Description:
[ Flags ]
[ Version ( since = "2.66" ) ]
[ CCode ( cprefix = "G_FILE_SET_CONTENTS_" , has_type_id = false ) ]
public enum FileSetContentsFlags
Content:
Enum values:
- CONSISTENT - Guarantee file
consistency: after a crash, either the old version of the file or the new version of the file will be available, but not a mixture.
- DURABLE - Guarantee file
durability: after a crash, the new version of the file will be available.
- NONE - No guarantees about file
consistency or durability.
- ONLY_EXISTING - Only apply
consistency and durability guarantees if the file already exists.