gfile: Clarify that g_file_replace_contents() uses atomic renames
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 17 Jun 2015 08:25:49 +0000 (09:25 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 17 Jun 2015 08:25:49 +0000 (09:25 +0100)
commit4b02bfd6eee43aaaa0ad30955cc85558f402d90f
treeef0bd2c8603d229b9f6a579f6503b3ff4079961a
parent6e576503876759d18c94bbad3c20ebb83b82c631
gfile: Clarify that g_file_replace_contents() uses atomic renames

It uses g_file_replace() internally, so is inherently safe.

Though it might vomit .goutputstream-XXXXXX files all over the place
occasionally.
gio/gfile.c