Package ch.bailu.gtk.gio
Interface FileIface.OnQueryInfo
- 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 TypeMethodDescriptiononQueryInfo
(CallbackHandler __self, File file, Str attributes, int flags, Cancellable cancellable)
-
Method Details
-
onQueryInfo
FileInfo onQueryInfo(CallbackHandler __self, @Nonnull File file, @Nonnull Str attributes, int flags, @Nullable Cancellable cancellable) - Parameters:
file
- input #GFileattributes
- an attribute query stringflags
- a set of #GFileQueryInfoFlagscancellable
- optional #GCancellable object, %NULL to ignore- Returns:
- a #GFileInfo for the given @file, or %NULL on error. Free the returned object with g_object_unref().
-