diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-02-19 02:33:13 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-02-19 02:48:11 +0800 |
commit | 2c471d12912c2b9666b3a7194831ac9997b72ce0 (patch) | |
tree | 123210e3c71fd592dca69791d48c25536cd9e80d /doc | |
parent | d183741157f025c057af980f1ea0cdc554ada5c6 (diff) | |
download | gsoc2013-evolution-2c471d12912c2b9666b3a7194831ac9997b72ce0.tar.gz gsoc2013-evolution-2c471d12912c2b9666b3a7194831ac9997b72ce0.tar.zst gsoc2013-evolution-2c471d12912c2b9666b3a7194831ac9997b72ce0.zip |
Add EClientSelector.
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.)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/libeutil/libeutil-docs.sgml | 3 | ||||
-rw-r--r-- | doc/reference/libeutil/libeutil-sections.txt | 23 | ||||
-rw-r--r-- | doc/reference/libeutil/libeutil.types | 1 |
3 files changed, 26 insertions, 1 deletions
diff --git a/doc/reference/libeutil/libeutil-docs.sgml b/doc/reference/libeutil/libeutil-docs.sgml index 1733a48eea..3ec7742373 100644 --- a/doc/reference/libeutil/libeutil-docs.sgml +++ b/doc/reference/libeutil/libeutil-docs.sgml @@ -181,6 +181,8 @@ <xi:include href="xml/e-source-selector-dialog.xml"/> <xi:include href="xml/e-source-combo-box.xml"/> <xi:include href="xml/e-source-util.xml"/> + <xi:include href="xml/e-client-cache.xml"/> + <xi:include href="xml/e-client-selector.xml"/> </chapter> <chapter> @@ -226,7 +228,6 @@ <xi:include href="xml/e-calendar.xml"/> <xi:include href="xml/e-cell-renderer-color.xml"/> <xi:include href="xml/e-charset-combo-box.xml"/> - <xi:include href="xml/e-client-cache.xml"/> <xi:include href="xml/e-contact-store.xml"/> <xi:include href="xml/e-dateedit.xml"/> <xi:include href="xml/e-destination-store.xml"/> diff --git a/doc/reference/libeutil/libeutil-sections.txt b/doc/reference/libeutil/libeutil-sections.txt index 6b5449224e..7f092b083f 100644 --- a/doc/reference/libeutil/libeutil-sections.txt +++ b/doc/reference/libeutil/libeutil-sections.txt @@ -1274,6 +1274,29 @@ EClientCachePrivate </SECTION> <SECTION> +<FILE>e-client-selector</FILE> +<TITLE>EClientSelector</TITLE> +EClientSelector +e_client_selector_new +e_client_selector_ref_client_cache +e_client_selector_get_client_sync +e_client_selector_get_client +e_client_selector_get_client_finish +e_client_selector_ref_cached_client +<SUBSECTION Standard> +E_CLIENT_SELECTOR +E_IS_CLIENT_SELECTOR +E_TYPE_CLIENT_SELECTOR +E_CLIENT_SELECTOR_CLASS +E_IS_CLIENT_SELECTOR_CLASS +E_CLIENT_SELECTOR_GET_CLASS +EClientSelectorClass +e_client_selector_get_type +<SUBSECTION Private> +EClientSelectorPrivate +</SECTION> + +<SECTION> <FILE>e-config</FILE> <TITLE>EConfig</TITLE> EConfig diff --git a/doc/reference/libeutil/libeutil.types b/doc/reference/libeutil/libeutil.types index 181231561e..bfbbfd91a1 100644 --- a/doc/reference/libeutil/libeutil.types +++ b/doc/reference/libeutil/libeutil.types @@ -54,6 +54,7 @@ e_cell_tree_get_type e_cell_vbox_get_type e_charset_combo_box_get_type e_client_cache_get_type +e_client_selector_get_type e_config_get_type e_config_hook_get_type e_contact_store_get_type |