GProxyInterface.connect

struct GProxyInterface
extern (C)
GIOStream* function(GProxy* proxy, GIOStream* connection, GProxyAddress* proxyAddress, GCancellable* cancellable, GError** err) connect;

Return Value

a gio.IOStream that will replace connection. This might be the same as connection, in which case a reference will be added.

Throws

GException on failure.