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.

@FunctionalInterface public static interface FileIface.OnHasUriScheme
  • Method Details

    • onHasUriScheme

      boolean onHasUriScheme(CallbackHandler __self, @Nonnull File file, @Nonnull Str uri_scheme)
      Parameters:
      file - input #GFile
      uri_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.