Top | ![]() |
![]() |
![]() |
![]() |
|
e_proxy_selector_new () |
|
e_proxy_selector_refresh () |
|
e_proxy_selector_get_registry () |
|
e_proxy_selector_ref_selected () |
|
e_proxy_selector_set_selected () |
EProxySelector displays a list of available proxy profiles, with inline toolbar controls for adding and removing profiles.
GtkWidget * e_proxy_selector_new ();
ESourceRegistry *registry
Creates a new EProxySelector widget using registry
.
void e_proxy_selector_refresh (EProxySelector *selector
);
Rebuilds the selector
's list store with an updated list of
This funtion is called automatically in response to selector
.
ESourceRegistry * e_proxy_selector_get_registry (EProxySelector *selector
);
Returns the e_proxy_selector_get_registry()
.
ESource * e_proxy_selector_ref_selected (EProxySelector *selector
);
Returns the selected selector
.
The function tries to ensure a valid e_source_registry_ref_builtin_proxy()
The returned g_object_unref()
gboolean e_proxy_selector_set_selected (EProxySelector *selector
,);
ESource *source
Finds the corresponding tree model row for source
, selects the row,
and returns TRUE
source
is
found, the selection remains unchanged and the function returns FALSE