diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-03-02 01:19:40 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-03-02 07:09:36 +0800 |
commit | 977be20ced747224c0e08d565f961f0fa8d0baf8 (patch) | |
tree | c930006bb4e5d132db7f190ce8308217184e54e8 /doc | |
parent | 7bd9b878a383628dcebda23fd556a21b58812d95 (diff) | |
download | gsoc2013-evolution-977be20ced747224c0e08d565f961f0fa8d0baf8.tar.gz gsoc2013-evolution-977be20ced747224c0e08d565f961f0fa8d0baf8.tar.zst gsoc2013-evolution-977be20ced747224c0e08d565f961f0fa8d0baf8.zip |
Add EClientComboBox.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/libeutil/libeutil-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/libeutil/libeutil-sections.txt | 24 | ||||
-rw-r--r-- | doc/reference/libeutil/libeutil.types | 1 |
3 files changed, 26 insertions, 0 deletions
diff --git a/doc/reference/libeutil/libeutil-docs.sgml b/doc/reference/libeutil/libeutil-docs.sgml index 468fb986c4..701cdceb1c 100644 --- a/doc/reference/libeutil/libeutil-docs.sgml +++ b/doc/reference/libeutil/libeutil-docs.sgml @@ -182,6 +182,7 @@ <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-combo-box.xml"/> <xi:include href="xml/e-client-selector.xml"/> </chapter> diff --git a/doc/reference/libeutil/libeutil-sections.txt b/doc/reference/libeutil/libeutil-sections.txt index bbd146716b..cf691bcde7 100644 --- a/doc/reference/libeutil/libeutil-sections.txt +++ b/doc/reference/libeutil/libeutil-sections.txt @@ -1275,6 +1275,30 @@ EClientCachePrivate </SECTION> <SECTION> +<FILE>e-client-combo-box</FILE> +<TITLE>EClientComboBox</TITLE> +EClientComboBox +e_client_combo_box_new +e_client_combo_box_ref_client_cache +e_client_combo_box_set_client_cache +e_client_combo_box_get_client_sync +e_client_combo_box_get_client +e_client_combo_box_get_client_finish +e_client_combo_box_ref_cached_client +<SUBSECTION Standard> +E_CLIENT_COMBO_BOX +E_IS_CLIENT_COMBO_BOX +E_TYPE_CLIENT_COMBO_BOX +E_CLIENT_COMBO_BOX_CLASS +E_IS_CLIENT_COMBO_BOX_CLASS +E_CLIENT_COMBO_BOX_GET_CLASS +EClientComboBoxClass +e_client_combo_box_get_type +<SUBSECTION Private> +EClientComboBoxPrivate +</SECTION> + +<SECTION> <FILE>e-client-selector</FILE> <TITLE>EClientSelector</TITLE> EClientSelector diff --git a/doc/reference/libeutil/libeutil.types b/doc/reference/libeutil/libeutil.types index fdf7494130..f8bfae4b83 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_combo_box_get_type e_client_selector_get_type e_config_get_type e_config_hook_get_type |