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.

@FunctionalInterface public static interface FileEnumeratorClass.OnNextFilesFinish
  • 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.