| Top |
ENameSelectorModel *
e_name_selector_model_new (void);
Creates a new ENameSelectorModel.
EContactStore *
e_name_selector_model_peek_contact_store
(ENameSelectorModel *name_selector_model);
Gets the EContactStore associated with name_selector_model
.
ETreeModelGenerator *
e_name_selector_model_peek_contact_filter
(ENameSelectorModel *name_selector_model);
Gets the ETreeModelGenerator being used to filter and/or extend the
list of contacts in name_selector_model
's EContactStore.
GList *
e_name_selector_model_list_sections (ENameSelectorModel *name_selector_model);
Gets a list of the destination sections in name_selector_model
.
gboolean e_name_selector_model_peek_section (ENameSelectorModel *name_selector_model,const gchar *name,gchar **pretty_name,EDestinationStore **destination_store);
Gets the parameters for a destination section.
name_selector_model |
||
name |
internal name of the section to peek |
|
pretty_name |
location in which to store a pointer to the user-visible name of the section,
or |
|
destination_store |
location in which to store a pointer to the EDestinationStore being used
by the section, or |
void e_name_selector_model_add_section (ENameSelectorModel *name_selector_model,const gchar *name,const gchar *pretty_name,EDestinationStore *destination_store);
Adds a destination section to name_selector_model
.