Interface SocketAddressEnumeratorClass.OnNextFinish

Enclosing class:
SocketAddressEnumeratorClass
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 SocketAddressEnumeratorClass.OnNextFinish
  • Method Details

    • onNextFinish

      SocketAddress onNextFinish(CallbackHandler __self, @Nonnull SocketAddressEnumerator enumerator, @Nonnull AsyncResult result)
      Parameters:
      enumerator - a #GSocketAddressEnumerator
      result - a #GAsyncResult
      Returns:
      a #GSocketAddress (owned by the caller), or %NULL on error (in which case *@error will be set) or if there are no more addresses.