Interface VfsClass.OnGetFileForPath

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.OnGetFileForPath
  • Method Details

    • onGetFileForPath

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