aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-client-selector.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.)