GProxyInterface

Provides an interface for handling proxy connection and payload. GTypeInterface g_iface; The parent interface. connect () Connect to proxy server and wrap (if required) the connection to handle payload. connect_async () Same has connect() but asynchronous. connect_finish () Returns the result of connect_async() supports_hostname () Since 2.26

Members

Variables

connect
GIOStream* function(GProxy* proxy, GIOStream* connection, GProxyAddress* proxyAddress, GCancellable* cancellable, GError** error) connect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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** error) connectFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gIface
GTypeInterface gIface;
Undocumented in source.
supportsHostname
int function(GProxy* proxy) supportsHostname;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta