GProxyInterface

Provides an interface for handling proxy connection and payload.

Members

Variables

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;

The parent interface.

supportsHostname
int function(GProxy* proxy) supportsHostname;

Meta

Since

2.26