Interface FileIface.OnSetAttributesFromInfo

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

    • onSetAttributesFromInfo

      boolean onSetAttributesFromInfo(CallbackHandler __self, @Nonnull File file, @Nonnull FileInfo info, int flags, @Nullable Cancellable cancellable)
      Parameters:
      file - input #GFile
      info - a #GFileInfo
      flags - #GFileQueryInfoFlags
      cancellable - optional #GCancellable object, %NULL to ignore
      Returns:
      %FALSE if there was any error, %TRUE otherwise.