Virtualvfunc_Creates a Gio.SocketAddressEnumerator for connectable.
Virtualvfunc_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.
If connectable does not implement
g_socket_connectable_proxy_enumerate(), this will fall back to
calling g_socket_connectable_enumerate().
Virtualvfunc_Format a Gio.SocketConnectable 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.
If the Gio.SocketConnectable implementation does not support string formatting, the implementation’s type name will be returned as a fallback.
Interface for implementing SocketConnectable. Contains only the virtual methods that need to be implemented.