Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Interface Gio.Proxy

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GProxy
Interface : Proxy
A GProxy handles connecting to a remote host via a given type of
proxy server. It is implemented by the 'gio-proxy' extension point.
The extensions are named after their proxy protocol name. As an
example, a SOCKS5 proxy implementation can be retrieved with the
name 'socks5' using the function
g_io_extension_point_get_extension_by_name().
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio
Method
Gio.proxy_get_default_for_protocol (String protocol) : Gio.Proxy
Lookup "gio-proxy" extension point for a proxy implementation that supports
specified protocol.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:22 GMT+0800 (HKT)