Description Usage Arguments Details Value Author(s)
Returns an output stream for overwriting the file in readwrite mode, possibly creating a backup copy of the file first. If the file doesn't exist, it will be created.
1 2 | gFileReplaceReadwrite(object, etag, make.backup, flags, cancellable = NULL,
.errwarn = TRUE)
|
|
a |
|
an optional entity tag for the
current |
|
|
|
a set of |
|
optional |
.errwarn |
Whether to issue a warning on error or fail silently |
For details about the behaviour, see gFileReplace
which does the same
thing but returns an output stream only.
Note that in many non-local file cases read and write streams are not supported, so make sure you really need to do read and write streaming, rather than just opening for reading or writing. Since 2.22
A list containing the following elements:
retval |
[ |
|
return location for a |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.