Interface ResolverClass.OnLookupByNameFinish

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.OnLookupByNameFinish
  • Method Details

    • onLookupByNameFinish

      List onLookupByNameFinish(CallbackHandler __self, @Nonnull Resolver resolver, @Nonnull AsyncResult result)
      Parameters:
      resolver - a #GResolver
      result - the result passed to your #GAsyncReadyCallback
      Returns:
      a #GList of #GInetAddress, or %NULL on error. See g_resolver_lookup_by_name() for more details.