SocketAddressEnumerator.nextFinish

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.

class SocketAddressEnumerator
nextFinish

Parameters

result AsyncResultIF

a #GAsyncResult

Return Value

a #GSocketAddress (owned by the caller), or %NULL on error (in which case *@error will be set) or if there are no more addresses.

Throws

GException on failure.

Meta