diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-03-02 03:30:14 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-03-02 07:16:07 +0800 |
commit | 4ff90f2bfd95337040616cae4b3bdddff033b5d6 (patch) | |
tree | 37d3acd7835e4366cc367dc904e43915c7c11f9b /doc | |
parent | 977be20ced747224c0e08d565f961f0fa8d0baf8 (diff) | |
download | gsoc2013-evolution-4ff90f2bfd95337040616cae4b3bdddff033b5d6.tar.gz gsoc2013-evolution-4ff90f2bfd95337040616cae4b3bdddff033b5d6.tar.zst gsoc2013-evolution-4ff90f2bfd95337040616cae4b3bdddff033b5d6.zip |
Use EClientComboBox where appropriate.
Basically any place where we use both EClient and ESourceComboBox.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/libeutil/libeutil-sections.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/reference/libeutil/libeutil-sections.txt b/doc/reference/libeutil/libeutil-sections.txt index cf691bcde7..1a3e8a2d63 100644 --- a/doc/reference/libeutil/libeutil-sections.txt +++ b/doc/reference/libeutil/libeutil-sections.txt @@ -2259,7 +2259,7 @@ e_mkdtemp <TITLE>ENameSelector</TITLE> ENameSelector e_name_selector_new -e_name_selector_get_registry +e_name_selector_ref_client_cache e_name_selector_peek_model e_name_selector_peek_dialog e_name_selector_peek_section_entry @@ -2285,7 +2285,7 @@ ENameSelectorPrivate <TITLE>ENameSelectorDialog</TITLE> ENameSelectorDialog e_name_selector_dialog_new -e_name_selector_dialog_get_registry +e_name_selector_dialog_ref_client_cache e_name_selector_dialog_peek_model e_name_selector_dialog_set_model e_name_selector_dialog_set_destination_index @@ -2310,8 +2310,8 @@ ENameSelectorDialogPrivate <TITLE>ENameSelectorEntry</TITLE> ENameSelectorEntry e_name_selector_entry_new -e_name_selector_entry_get_registry -e_name_selector_entry_set_registry +e_name_selector_entry_ref_client_cache +e_name_selector_entry_set_client_cache e_name_selector_entry_get_minimum_query_length e_name_selector_entry_set_minimum_query_length e_name_selector_entry_get_show_address |