| Top |  |  |  |  | 
|  | e_name_selector_dialog_new () | 
| EClientCache * | 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 () | 
|  | e_name_selector_dialog_set_scrolling_policy () | 
|  | e_name_selector_dialog_get_section_visible () | 
|  | e_name_selector_dialog_set_section_visible () | 
ENameSelectorDialog * e_name_selector_dialog_new (EClientCache *client_cache);
Creates a new 
EClientCache *
e_name_selector_dialog_ref_client_cache
                               (ENameSelectorDialog  *name_selector_dialog
Returns the EClientCache passed to e_name_selector_dialog_new().
The returned EClientCache is referenced for thread-safety and must be
unreferenced with g_object_unref()
Since: 3.8
ENameSelectorModel * e_name_selector_dialog_peek_model ();ENameSelectorDialog *name_selector_dialog
Gets the name_selector_model
.
void e_name_selector_dialog_set_model (,ENameSelectorDialog *name_selector_dialog);ENameSelectorModel *model
Sets the model being used by name_selector_dialog
 to model
.
void e_name_selector_dialog_set_destination_index (,ENameSelectorDialog *name_selector_dialog);guint index
Sets the index number of the destination section.
void e_name_selector_dialog_set_scrolling_policy (,ENameSelectorDialog *name_selector_dialog,GtkPolicyType hscrollbar_policy);GtkPolicyType vscrollbar_policy
Sets the scrolling policy for the contacts section.
| name_selector_dialog | an  | |
| hscrollbar_policy | scrolling policy for horizontal bar of the contacts window. | |
| vscrollbar_policy | scrolling policy for vertical bar of the contacts window. | 
Since: 3.2
gboolean e_name_selector_dialog_get_section_visible (,ENameSelectorDialog *name_selector_dialogconst);gchar *name
Since: 3.8
void e_name_selector_dialog_set_section_visible (,ENameSelectorDialog *name_selector_dialogconst,gchar *name);gboolean visible
Shows or hides section named name
 in the dialog.
| name_selector_dialog | an  | |
| name | name of the section | |
| visible | whether to show or hide the section | 
Since: 3.8