From 2c471d12912c2b9666b3a7194831ac9997b72ce0 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 18 Feb 2013 13:33:13 -0500 Subject: 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.) --- doc/reference/libeutil/libeutil-docs.sgml | 3 ++- doc/reference/libeutil/libeutil-sections.txt | 23 +++++++++++++++++++++++ doc/reference/libeutil/libeutil.types | 1 + 3 files changed, 26 insertions(+), 1 deletion(-) (limited to 'doc') 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 @@ + + @@ -226,7 +228,6 @@ - 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 @@ -1273,6 +1273,29 @@ e_client_cache_get_type EClientCachePrivate +
+e-client-selector +EClientSelector +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 + +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 + +EClientSelectorPrivate +
+
e-config 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 -- cgit