GNOME Bugzilla – Bug 736286
Clarify g_file_replace behavior with etags
Last modified: 2014-10-30 20:20:58 UTC
Clarify that with g_file_replace, a non-NULL etag is only checked if the file already exists.
Created attachment 285677 [details] [review] doc: Clarify documentation regarding g_file_replace and etags Clarify that with g_file_replace, a non-NULL etag is only checked if the file already exists.
Ping?
Review of attachment 285677 [details] [review]: I'm not sure that this is the best behaviour, but it is indeed how it works now, and I don't think we can change it. So, ACK.
Pushed to master as 0728e62be8bf247f9d097822efd26312367ff133. Thanks for the review!