| Evolution-Data-Server Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
Synopsis
struct EProxy; struct EProxyClass; EProxy * e_proxy_new (void); void e_proxy_setup_proxy (EProxy *proxy); SoupURI * e_proxy_peek_uri_for (EProxy *proxy,const gchar *uri); gboolean e_proxy_require_proxy_for_uri (EProxy *proxy,const gchar *uri);
Details
struct EProxy
struct EProxy {
GObject parent;
EProxyPrivate *priv;
};
Warning
EProxy is deprecated and should not be used in newly-written code.
Contains only private data that should be read and manipulated using the function below.
Since 2.24
struct EProxyClass
struct EProxyClass {
GObjectClass parent_class;
/* Signals */
void (*changed) (EProxy *proxy);
};
Warning
EProxyClass is deprecated and should not be used in newly-written code.
e_proxy_new ()
EProxy * e_proxy_new (void);
Warning
e_proxy_new is deprecated and should not be used in newly-written code.
Since 2.24
e_proxy_setup_proxy ()
void e_proxy_setup_proxy (EProxy *proxy);
Warning
e_proxy_setup_proxy is deprecated and should not be used in newly-written code.
Since 2.24
e_proxy_peek_uri_for ()
SoupURI * e_proxy_peek_uri_for (EProxy *proxy,const gchar *uri);
Warning
e_proxy_peek_uri_for is deprecated and should not be used in newly-written code.
Since 2.26
e_proxy_require_proxy_for_uri ()
gboolean e_proxy_require_proxy_for_uri (EProxy *proxy,const gchar *uri);
Warning
e_proxy_require_proxy_for_uri is deprecated and should not be used in newly-written code.
Since 2.24
