Interface

Gio-2.0GioProxyNamespace

interface ProxyNamespace {
    $gtype: GType<Gio.Proxy>;
    prototype: Gio.Proxy;
    get_default_for_protocol(protocol: string): Gio.Proxy;
}
Index

Properties

$gtype: GType<Gio.Proxy>
prototype: Gio.Proxy

Methods

  • Find the gio-proxy extension point for a proxy implementation that supports the specified protocol.

    Parameters

    • protocol: string

      the proxy protocol name (e.g. http, socks, etc)

    Returns Gio.Proxy