Top | ![]() |
![]() |
![]() |
![]() |
|
e_proxy_editor_new () |
|
e_proxy_editor_save () |
|
e_proxy_editor_get_registry () |
|
e_proxy_editor_ref_source () |
|
e_proxy_editor_set_source () |
EProxyEditor is an editing widget for proxy profiles, as described by
The editor defaults to showing the built-in proxy profile returned by
e_source_registry_ref_builtin_proxy()
e_proxy_editor_set_source()
.
GtkWidget * e_proxy_editor_new ();
ESourceRegistry *registry
Creates a new EProxyEditor widget, initially showing details of the
built-in proxy profile returned by e_source_registry_ref_builtin_proxy()
void e_proxy_editor_save (EProxyEditor *editor
);
Writes the proxy settings displayed in the editor
to the
This function is called automatically when the editing widgets lose input focus, but it may sometimes need to be called explicitly such as when the top-level window is closing.
ESourceRegistry * e_proxy_editor_get_registry (EProxyEditor *editor
);
Returns the e_proxy_editor_get_registry()
.
ESource * e_proxy_editor_ref_source (EProxyEditor *editor
);
Returns the network proxy profile
The returned g_object_unref()
void e_proxy_editor_set_source (EProxyEditor *editor
,);
ESource *source
Sets the network proxy profile
This first writes the displayed proxy settings to the previous source
. If source
is already being
edited then nothing happens.