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;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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