Interface VfsClass.OnGetFileForUri

Enclosing class:
VfsClass
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 VfsClass.OnGetFileForUri
  • Method Details

    • onGetFileForUri

      File onGetFileForUri(CallbackHandler __self, @Nonnull Vfs vfs, @Nonnull Str uri)
      Parameters:
      vfs - a#GVfs.
      uri - a string containing a URI
      Returns:
      a #GFile. Free the returned object with g_object_unref().