Creates a gio.SocketAddressEnumerator for connectable.
Get the main Gtk struct
Creates a gio.SocketAddressEnumerator for connectable that will return a gio.ProxyAddress for each of its addresses that you must connect to via a proxy.
Format a GSocketConnectable as a string. This is a human-readable format for use in debugging output, and is not a stable serialization format. It is not suitable for use in user interfaces as it exposes too much information for a user.
Objects that describe one or more potential socket endpoints implement GSocketConnectable Callers can then use Socket.connectableEnumerate to get a gio.SocketAddressEnumerator to try out each socket address in turn until one succeeds, as shown in the sample code below.