SocketAddressEnumerator.nextFinish

Retrieves the result of a completed call to Socket.addressEnumeratorNextAsync. See Socket.addressEnumeratorNext for more information about error handling.

class SocketAddressEnumerator
nextFinish

Parameters

result AsyncResultIF

Return Value

a gio.SocketAddress (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.