Package ch.bailu.gtk.gio
Interface FileIface.OnQuerySettableAttributes
- 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 TypeMethodDescriptiononQuerySettableAttributes
(CallbackHandler __self, File file, Cancellable cancellable)
-
Method Details
-
onQuerySettableAttributes
FileAttributeInfoList onQuerySettableAttributes(CallbackHandler __self, @Nonnull File file, @Nullable Cancellable cancellable) - Parameters:
file
- input #GFilecancellable
- optional #GCancellable object, %NULL to ignore- Returns:
- a #GFileAttributeInfoList describing the settable attributes. When you are done with it, release it with g_file_attribute_info_list_unref()
-