API Version: 2.0
Library Version: 2.83.4
Generated by gi-docgen 2024.1
gboolean g_file_equal ( GFile* file1, GFile* file2 )
Checks if the two given GFiles refer to the same file.
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.
file2
Type: GFile
GFile
The second GFile.
Type: gboolean
gboolean
TRUE if file1 and file2 are equal.
TRUE
file1