Package ch.bailu.gtk.gio
Interface FileIface.OnHasUriScheme
- 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
onHasUriScheme
(CallbackHandler __self, File file, Str uri_scheme)
-
Method Details
-
onHasUriScheme
- Parameters:
file
- input #GFileuri_scheme
- a string containing a URI scheme- Returns:
- %TRUE if #GFile's backend supports the given URI scheme, %FALSE if URI scheme is %NULL, not supported, or #GFile is invalid.
-