![]() |
![]() |
![]() |
Rhythmbox Development Reference Manual | ![]() |
---|---|---|---|---|
RBProxyConfig; RBProxyConfigClass; RBProxyConfig* rb_proxy_config_new (void); SoupURI* rb_proxy_config_get_libsoup_uri (RBProxyConfig *config);
This class knows how to retrieve the current HTTP proxy configuration from GConf, and also emits signals when the configuration is changed. It only supports manual proxy configuration (with authentication). It does not support any of the various automatic proxy configuration schemes.
typedef struct { GObjectClass parent_class; void (*config_changed) (RBProxyConfig *config); } RBProxyConfigClass;
RBProxyConfig* rb_proxy_config_new (void);
Returns : |
new proxy configuration retriever |
SoupURI* rb_proxy_config_get_libsoup_uri (RBProxyConfig *config);
|
a RBProxyConfig |
Returns : |
a libsoup URI object containing the current HTTP proxy configuration. |
"config-changed"
signalvoid user_function (RBProxyConfig *config, gpointer user_data) : Run Last
Emitted when the HTTP proxy configuration is changed.
|
the RBProxyConfig |
|
user data set when the signal handler was connected. |