diff options
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 |