Package ch.bailu.gtk.gio
Schnittstelle FileIface.OnEnumerateChildren
- 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 TypMethodeBeschreibungonEnumerateChildren(CallbackHandler __self, File file, Str attributes, int flags, Cancellable cancellable)
-
Methodendetails
-
onEnumerateChildren
FileEnumerator onEnumerateChildren(CallbackHandler __self, @Nonnull File file, @Nonnull Str attributes, int flags, @Nullable Cancellable cancellable) - Parameter:
file- input #GFileattributes- an attribute query stringflags- a set of #GFileQueryInfoFlagscancellable- optional #GCancellable object, %NULL to ignore- Gibt zurück:
- A #GFileEnumerator if successful, %NULL on error. Free the returned object with g_object_unref().
-