Merge branch 'replace-destination' into 'master'

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

See merge request GNOME/glib!1594
This commit is contained in:
Philip Withnall 2020-08-05 15:39:34 +00:00
commit 931496b93a

View File

@ -199,7 +199,9 @@ typedef enum {
* rather than a "save new version of" replace operation.
* You can think of it as "unlink destination" before
* writing to it, although the implementation may not
* be exactly like that. Since 2.20
* be exactly like that. This flag can only be used with
* g_file_replace() and its variants, including g_file_replace_contents().
* Since 2.20
*
* Flags used when an operation may create a file.
*/