Gio.SocketConnectable.prototype.proxy_enumerate
function proxy_enumerate(): Gio.SocketAddressEnumerator {
// Gjs wrapper for g_socket_connectable_proxy_enumerate()
}
Creates a Gio.SocketAddressEnumerator for connectable that will return #GProxyAddresses for addresses that you must connect to via a proxy.
If connectable does not implement Gio.SocketConnectable.prototype.proxy_enumerate, this will fall back to calling Gio.SocketConnectable.prototype.enumerate.
Since 2.26
- Returns
a new Gio.SocketAddressEnumerator.