Sets our main struct and passes it to the parent class.
Get the main Gtk struct
the main Gtk struct as a void*
the main Gtk struct
the main Gtk struct
Get the main Gtk struct
the main Gtk struct as a void*
Retrieves the next gio.SocketAddress from enumerator. Note that this may block for some amount of time. (Eg, a gio.NetworkAddress may need to do a DNS lookup before it can return an address.) Use Socket.addressEnumeratorNextAsync if you need to avoid blocking.
Asynchronously retrieves the next gio.SocketAddress from enumerator and then calls callback, which must call Socket.addressEnumeratorNextFinish to get the result.
Retrieves the result of a completed call to Socket.addressEnumeratorNextAsync. See Socket.addressEnumeratorNext for more information about error handling.
gio.ProxyAddressEnumerator is a wrapper around gio.SocketAddressEnumerator which takes the gio.SocketAddress instances returned by the gio.SocketAddressEnumerator and wraps them in gio.ProxyAddress instances, using the given proxy-resolver.
This enumerator will be returned (for example, by Socket.connectableEnumerate) as appropriate when a proxy is configured; there should be no need to manually wrap a gio.SocketAddressEnumerator instance with one.