Interface ResolverClass.OnLookupRecordsFinish

Enclosing class:
ResolverClass
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 ResolverClass.OnLookupRecordsFinish
  • Method Details

    • onLookupRecordsFinish

      List onLookupRecordsFinish(CallbackHandler __self, @Nonnull Resolver resolver, @Nonnull AsyncResult result)
      Parameters:
      resolver - a #GResolver
      result - the result passed to your #GAsyncReadyCallback
      Returns:
      a non-empty #GList of #GVariant, or %NULL on error. You must free each of the records and the list when you are done with it. (You can use g_list_free_full() with g_variant_unref() to do this.)