SocketAddressEnumeratorImpl
class SocketAddressEnumeratorImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : SocketAddressEnumerator
The SocketAddressEnumeratorImpl type represents a native instance of the abstract SocketAddressEnumerator class.
Constructors
Functions
Link copied to clipboard
Retrieves the next #GSocketAddress from @enumerator. Note that this may block for some amount of time. (Eg, a #GNetworkAddress may need to do a DNS lookup before it can return an address.) Use g_socket_address_enumerator_next_async() if you need to avoid blocking.
Link copied to clipboard
Asynchronously retrieves the next #GSocketAddress from @enumerator and then calls @callback, which must call g_socket_address_enumerator_next_finish() to get the result.
Link copied to clipboard
Retrieves the result of a completed call to g_socket_address_enumerator_next_async(). See g_socket_address_enumerator_next() for more information about error handling.