Lines Matching full:file2
566 * @file2: the second #GFile.575 * Returns: %TRUE if @file1 and @file2 are equal.580 GFile *file2)585 g_return_val_if_fail (G_IS_FILE (file2), FALSE);587 if (G_TYPE_FROM_INSTANCE (file1) != G_TYPE_FROM_INSTANCE (file2))592 return (* iface->equal) (file1, file2);