aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-client-selector.h
Commit message (Collapse)AuthorAgeFilesLines
* Bug #678843 - May re-prompt password on account re-enableMilan Crha2014-05-131-0/+2
|
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
|
* e-client-selector.h: Add missing G_END_DECLS.Matthew Barnes2013-03-021-0/+2
|
* Add e_client_selector_ref_cached_client_by_iter().Matthew Barnes2013-02-211-0/+3
|
* Add e_client_selector_is_backend_dead().Matthew Barnes2013-02-211-0/+3
| | | | | | | Returns TRUE if an EClient instance for the given source and the value of ESourceSelector's "extension-name" property was recently discarded after having emitted a "backend-died" signal, and a replacement EClient instance has not yet been created.
* Add EClientSelector.Matthew Barnes2013-02-191-0/+87
EClientSelector extends the functionality of ESourceSelector by utilizing an EClientCache to display status information about the backends associated with the displayed data sources. (No backend status is displayed just yet, but that's the plan.)