Top |
WebKitNetworkProxySettings * webkit_network_proxy_settings_new (const gchar *default_proxy_uri
,const gchar * const *ignore_hosts
);
WebKitNetworkProxySettings *
webkit_network_proxy_settings_copy (WebKitNetworkProxySettings *proxy_settings
);
void
webkit_network_proxy_settings_free (WebKitNetworkProxySettings *proxy_settings
);
void webkit_network_proxy_settings_add_proxy_for_scheme (WebKitNetworkProxySettings *proxy_settings
,const gchar *scheme
,const gchar *proxy_uri
);