Package ch.bailu.gtk.gio
Interface FileIface.OnEqual
- Enclosing class:
- FileIface
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onEqual
(CallbackHandler __self, File file1, File file2)
-
Method Details
-
onEqual
- Parameters:
file1
- the first #GFilefile2
- the second #GFile- Returns:
- %TRUE if @file1 and @file2 are equal.
-