FileT.dup

Duplicates a #GFile handle. This operation does not duplicate the actual file or directory represented by the #GFile; see g_file_copy() if attempting to copy a file.

This call does no blocking I/O.

template FileT(TStruct)
FileIF
dup
()

Return Value

Type: FileIF

a new #GFile that is a duplicate of the given #GFile.

Meta