Package ch.bailu.gtk.gio
Interface FileIface.OnSetAttribute
- 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
onSetAttribute
(CallbackHandler __self, File file, Str attribute, int type, Pointer value_p, int flags, Cancellable cancellable)
-
Method Details
-
onSetAttribute
boolean onSetAttribute(CallbackHandler __self, @Nonnull File file, @Nonnull Str attribute, int type, @Nullable Pointer value_p, int flags, @Nullable Cancellable cancellable) - Parameters:
file
- input #GFileattribute
- a string containing the attribute's nametype
- The type of the attributevalue_p
- a pointer to the value (or the pointer itself if the type is a pointer type)flags
- a set of #GFileQueryInfoFlagscancellable
- optional #GCancellable object, %NULL to ignore- Returns:
- %TRUE if the attribute was set, %FALSE otherwise.
-