Skip to content

GFile: Document that G_FILE_CREATE_REPLACE_DESTINATION can only be used with...

Sebastian Dröge requested to merge sdroege/glib:replace-destination into master

GFile: Document that G_FILE_CREATE_REPLACE_DESTINATION can only be used with g_file_replace() and variants

Passing it to e.g. g_file_create() for an already existing file will still cause a "file exists" error.

Merge request reports