Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Class Gio.ProxyAddress

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GProxyAddress
Class : ProxyAddress
Implements: Gio.SocketConnectable
Extends: Gio.InetSocketAddress
Support for proxied GInetSocketAddress.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.Proxy
Method
connect (IOStream connection, ProxyAddress proxy_address, Cancellable cancellable) : Gio.IOStream
Given connection to communicate with a proxy (eg, a
GSocketConnection that is connected to the proxy server), this
does the necessary handshake to connect to proxy_address, and if
required, wraps the GIOStream to handle proxy payload.
Gio.Proxy
Method
connect_async (IOStream connection, ProxyAddress proxy_address, Cancellable cancellable, Function callback, void* user_data) : none
Asynchronous version of g_proxy_connect().
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:15 GMT+0800 (HKT)