1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-22 01:47:52 +02:00
Files
glib/docs
Philip Withnall 554107c23c gfileutils: Add g_file_set_contents_full() and GFileSetContentsFlags
This is a new version of the g_file_set_contents() API which will allow
its safety to be controlled by some flags, allowing the user to choose
their preferred tradeoff between safety (`fsync()` calls) and speed.

Currently, the flags do nothing and the new API behaves like the old
API. This will change in the following commits.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Helps: 
2020-07-26 21:37:46 +01:00
..