Gio.SocketAddressEnumerator::next_finish

function vfunc_next_finish(result: Gio.AsyncResult): Gio.SocketAddress {
}
  

Retrieves the result of a completed call to Gio.SocketAddressEnumerator.prototype.next_async. See Gio.SocketAddressEnumerator.prototype.next for more information about error handling.

result

a Gio.AsyncResult

Returns

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.