File.equal

Checks equality of two given GFiles. Note that two GFiles that differ can still refer to the same file on the filesystem due to various forms of filename aliasing. This call does no blocking I/O.

class File
int
equal

Parameters

file2 File

the second GFile

Return Value

Type: int

TRUE if file1 and file2 are equal. FALSE if either is not a GFile.

Meta