Package ch.bailu.gtk.gio
Schnittstelle FileIface.OnSetAttribute
- Umschließende Klasse:
FileIface
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
onSetAttribute
(CallbackHandler __self, File file, Str attribute, int type, Pointer value_p, int flags, Cancellable cancellable)
-
Methodendetails
-
onSetAttribute
boolean onSetAttribute(CallbackHandler __self, @Nonnull File file, @Nonnull Str attribute, int type, @Nullable Pointer value_p, int flags, @Nullable Cancellable cancellable) - Parameter:
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- Gibt zurück:
- %TRUE if the attribute was set, %FALSE otherwise.
-