GFileIface.replace

struct GFileIface
extern (C)
GFileOutputStream* function(GFile* file, const(char)* etag, int makeBackup, GFileCreateFlags flags, GCancellable* cancellable, GError** err) replace;

Return Value

a #GFileOutputStream or %NULL on error. Free the returned object with g_object_unref().

Throws

GException on failure.

Meta