Interface FileIface.OnQueryFilesystemInfo

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

    • onQueryFilesystemInfo

      FileInfo onQueryFilesystemInfo(CallbackHandler __self, @Nonnull File file, @Nonnull Str attributes, @Nullable Cancellable cancellable)
      Parameters:
      file - input #GFile
      attributes - an attribute query string
      cancellable - optional #GCancellable object, %NULL to ignore
      Returns:
      a #GFileInfo or %NULL if there was an error. Free the returned object with g_object_unref().