EvinceDocument.fileCopyMetadata

Performs a g_file_copy_attributes() with %G_FILE_COPY_ALL_METADATA from @from to @to.

struct EvinceDocument
static
bool
fileCopyMetadata
(
string from
,
string to
)

Parameters

from string

the source URI

to string

the target URI

Return Value

Type: bool

%TRUE if the attributes were copied successfully, %FALSE otherwise.

Throws

GException on failure.

Meta