aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names-completion.h
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-07-26 13:46:37 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-07-26 13:46:37 +0800
commit09365bf01c61dd2a28eee92fd332c2b6ca82ce2b (patch)
tree4247bef9f99f9e685cba8d72110d9a6a4ad9864f /addressbook/gui/component/select-names/e-select-names-completion.h
parent9cf5ba1797448f8a2eb28add9f6b07c6adb31495 (diff)
downloadgsoc2013-evolution-09365bf01c61dd2a28eee92fd332c2b6ca82ce2b.tar
gsoc2013-evolution-09365bf01c61dd2a28eee92fd332c2b6ca82ce2b.tar.gz
gsoc2013-evolution-09365bf01c61dd2a28eee92fd332c2b6ca82ce2b.tar.bz2
gsoc2013-evolution-09365bf01c61dd2a28eee92fd332c2b6ca82ce2b.tar.lz
gsoc2013-evolution-09365bf01c61dd2a28eee92fd332c2b6ca82ce2b.tar.xz
gsoc2013-evolution-09365bf01c61dd2a28eee92fd332c2b6ca82ce2b.tar.zst
gsoc2013-evolution-09365bf01c61dd2a28eee92fd332c2b6ca82ce2b.zip
Removed some debugging chatter.
2001-07-26 Jon Trowbridge <trow@ximian.com> * backend/ebook/e-card.c: Removed some debugging chatter. * gui/component/select-names/e-select-names-manager.c (e_select_names_manager_create_entry): Store the completion handler in the entry's object data. * gui/component/select-names/e-select-names-bonobo.c (entry_get_property_fn): Added support for getting "destinations" and "allow_contact_lists" properties. (entry_set_property_fn): Added support for setting "destinations" and "allow_contact_lists" properties. (impl_SelectNames_get_entry_for_section): Added definitions for "destinations" and "allow_contact_lists" properties. * gui/component/select-names/e-select-names-completion.c (e_select_names_completion_get_match_contact_lists): Added. (e_select_names_completion_set_match_contact_lists): Added. Controls whether contact lists are offered as options during completion. (book_query_process_card_list): Check if match_contact_lists is set before (duh!) matching on a contact list. (e_select_names_completion_init): Set match_contact_lists to TRUE by default. 2001-07-26 Jon Trowbridge <trow@ximian.com> * e-msg-composer-hdrs.c (set_recipients): Get "destinations", rather than "text" from the entry_widget. (The getters/setters in the control have been made more symmetric.) svn path=/trunk/; revision=11422
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names-completion.h')
-rw-r--r--addressbook/gui/component/select-names/e-select-names-completion.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-completion.h b/addressbook/gui/component/select-names/e-select-names-completion.h
index 1f3de5ea3d..cfa496ca69 100644
--- a/addressbook/gui/component/select-names/e-select-names-completion.h
+++ b/addressbook/gui/component/select-names/e-select-names-completion.h
@@ -59,6 +59,9 @@ GtkType e_select_names_completion_get_type (void);
ECompletion *e_select_names_completion_new (EBook *, ESelectNamesModel *);
+gboolean e_select_names_completion_get_match_contact_lists (ESelectNamesCompletion *);
+void e_select_names_completion_set_match_contact_lists (ESelectNamesCompletion *, gboolean);
+
END_GNOME_DECLS
#endif /* E_SELECT_NAMES_COMPLETION_H */