Package ch.bailu.gtk.gio
Schnittstelle FileIface.OnQueryFilesystemInfo
- 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 TypMethodeBeschreibungonQueryFilesystemInfo
(CallbackHandler __self, File file, Str attributes, Cancellable cancellable)
-
Methodendetails
-
onQueryFilesystemInfo
FileInfo onQueryFilesystemInfo(CallbackHandler __self, @Nonnull File file, @Nonnull Str attributes, @Nullable Cancellable cancellable) - Parameter:
file
- input #GFileattributes
- an attribute query stringcancellable
- optional #GCancellable object, %NULL to ignore- Gibt zurück:
- a #GFileInfo or %NULL if there was an error. Free the returned object with g_object_unref().
-