Package ch.bailu.gtk.gio
Interface FileIface.OnPrefixMatches
- 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
onPrefixMatches
(CallbackHandler __self, File prefix, File file)
-
Method Details
-
onPrefixMatches
- Parameters:
prefix
- input #GFilefile
- input #GFile- Returns:
- %TRUE if the @file's parent, grandparent, etc is @prefix, %FALSE otherwise.
-