Package ch.bailu.gtk.gio
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.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onSetAttributesFromInfo
(CallbackHandler __self, File file, FileInfo info, int flags, Cancellable cancellable)
-
Method Details
-
onSetAttributesFromInfo
boolean onSetAttributesFromInfo(CallbackHandler __self, @Nonnull File file, @Nonnull FileInfo info, int flags, @Nullable Cancellable cancellable) - Parameters:
file
- input #GFileinfo
- a #GFileInfoflags
- #GFileQueryInfoFlagscancellable
- optional #GCancellable object, %NULL to ignore- Returns:
- %FALSE if there was any error, %TRUE otherwise.
-