Package ch.bailu.gtk.gio
Interface FileEnumeratorClass.OnNextFilesFinish
- Enclosing class:
- FileEnumeratorClass
- 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 TypeMethodDescriptiononNextFilesFinish
(CallbackHandler __self, FileEnumerator enumerator, AsyncResult result)
-
Method Details
-
onNextFilesFinish
List onNextFilesFinish(CallbackHandler __self, @Nonnull FileEnumerator enumerator, @Nonnull AsyncResult result) - Parameters:
enumerator
- a #GFileEnumerator.result
- a #GAsyncResult.- Returns:
- a #GList of #GFileInfos. You must free the list with g_list_free() and unref the infos with g_object_unref() when you're done with them.
-