Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | e-client-selector.h: Add missing G_END_DECLS. | Matthew Barnes | 2013-03-02 | 1 | -0/+2 |
| | |||||
* | Add e_client_selector_ref_cached_client_by_iter(). | Matthew Barnes | 2013-02-21 | 1 | -0/+3 |
| | |||||
* | Add e_client_selector_is_backend_dead(). | Matthew Barnes | 2013-02-21 | 1 | -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 Barnes | 2013-02-19 | 1 | -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.) |