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