- connect
GIOStream* function(GProxy* proxy, GIOStream* connection, GProxyAddress* proxyAddress, GCancellable* cancellable, GError** err) connect;
- connectAsync
void function(GProxy* proxy, GIOStream* connection, GProxyAddress* proxyAddress, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) connectAsync;
- connectFinish
GIOStream* function(GProxy* proxy, GAsyncResult* result, GError** err) connectFinish;
- gIface
GTypeInterface gIface;
- supportsHostname
int function(GProxy* proxy) supportsHostname;
Provides an interface for handling proxy connection and payload.