Package ch.bailu.gtk.gio
Interface SocketAddressEnumeratorClass.OnNext
- 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.
-
Method Summary
Modifier and TypeMethodDescriptiononNext
(CallbackHandler __self, SocketAddressEnumerator enumerator, Cancellable cancellable)
-
Method Details
-
onNext
SocketAddress onNext(CallbackHandler __self, @Nonnull SocketAddressEnumerator enumerator, @Nullable Cancellable cancellable) - Parameters:
enumerator
- a #GSocketAddressEnumeratorcancellable
- optional #GCancellable object, %NULL to ignore.- 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.
-