WebKitNetworkProxySettings

WebKitNetworkProxySettings

Functions

Types and Values

Object Hierarchy

    GBoxed
    ╰── WebKitNetworkProxySettings

Description

Functions

webkit_network_proxy_settings_new ()

WebKitNetworkProxySettings *
webkit_network_proxy_settings_new (const gchar *default_proxy_uri,
                                   const gchar * const *ignore_hosts);

webkit_network_proxy_settings_copy ()

WebKitNetworkProxySettings *
webkit_network_proxy_settings_copy (WebKitNetworkProxySettings *proxy_settings);

webkit_network_proxy_settings_free ()

void
webkit_network_proxy_settings_free (WebKitNetworkProxySettings *proxy_settings);

webkit_network_proxy_settings_add_proxy_for_scheme ()

void
webkit_network_proxy_settings_add_proxy_for_scheme
                               (WebKitNetworkProxySettings *proxy_settings,
                                const gchar *scheme,
                                const gchar *proxy_uri);

Types and Values

WebKitNetworkProxySettings

typedef struct _WebKitNetworkProxySettings WebKitNetworkProxySettings;