Description Usage Arguments Details Value Author(s)
Copies the file attributes from source
to destination
.
1 2 | gFileCopyAttributes(object, destination, flags = "G_FILE_COPY_NONE",
cancellable = NULL, .errwarn = TRUE)
|
|
a |
|
a |
|
a set of |
|
optional |
.errwarn |
Whether to issue a warning on error or fail silently |
Normally only a subset of the file attributes are copied,
those that are copies in a normal file copy operation
(which for instance does not include e.g. owner). However
if G_FILE_COPY_ALL_METADATA
is specified in flags
, then
all the metadata that is possible to copy is copied. This
is useful when implementing move by copy + delete source.
A list containing the following elements:
retval |
[logical] |
|
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.