Gio.SocketAddressEnumerator.prototype.next_finish
function next_finish(result: Gio.AsyncResult): Gio.SocketAddress { // Gjs wrapper for g_socket_address_enumerator_next_finish() }
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
- 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.