Top | ![]() |
![]() |
![]() |
![]() |
ENameSelector * | e_name_selector_new () |
EClientCache * | e_name_selector_ref_client_cache () |
ENameSelectorModel * | e_name_selector_peek_model () |
ENameSelectorDialog * | e_name_selector_peek_dialog () |
ENameSelectorEntry * | e_name_selector_peek_section_entry () |
ENameSelectorList * | e_name_selector_peek_section_list () |
void | e_name_selector_show_dialog () |
void | e_name_selector_load_books () |
void | e_name_selector_cancel_loading () |
ENameSelector *
e_name_selector_new (EClientCache *client_cache
);
e_name_selector_new
is deprecated and should not be used in newly-written code.
Creates a new ENameSelector.
EClientCache *
e_name_selector_ref_client_cache (ENameSelector *name_selector
);
e_name_selector_ref_client_cache
is deprecated and should not be used in newly-written code.
Returns the EClientCache passed to e_name_selector_new()
.
The returned EClientCache is referenced for thread-safety and must be
unreferenced with g_object_unref()
when finished with it.
Since: 3.8
ENameSelectorModel *
e_name_selector_peek_model (ENameSelector *name_selector
);
e_name_selector_peek_model
is deprecated and should not be used in newly-written code.
Gets the ENameSelectorModel used by name_selector
.
ENameSelectorDialog *
e_name_selector_peek_dialog (ENameSelector *name_selector
);
e_name_selector_peek_dialog
is deprecated and should not be used in newly-written code.
Gets the ENameSelectorDialog used by name_selector
.
ENameSelectorEntry * e_name_selector_peek_section_entry (ENameSelector *name_selector
,const gchar *name
);
e_name_selector_peek_section_entry
is deprecated and should not be used in newly-written code.
Gets the ENameSelectorEntry for the section specified by name
.
ENameSelectorList * e_name_selector_peek_section_list (ENameSelector *name_selector
,const gchar *name
);
e_name_selector_peek_section_list
is deprecated and should not be used in newly-written code.
Gets the ENameSelectorList for the section specified by name
.
void e_name_selector_show_dialog (ENameSelector *name_selector
,GtkWidget *for_transient_widget
);
e_name_selector_show_dialog
is deprecated and should not be used in newly-written code.
Shows the associated dialog, and sets the transient parent to the GtkWindow top-level of "for_transient_widget if set (it should be)
Since: 2.32
void
e_name_selector_load_books (ENameSelector *name_selector
);
e_name_selector_load_books
is deprecated and should not be used in newly-written code.
Loads address books available for the name_selector
.
This can be called only once and it can be cancelled
by e_name_selector_cancel_loading()
.
Since: 3.2
void
e_name_selector_cancel_loading (ENameSelector *name_selector
);
e_name_selector_cancel_loading
is deprecated and should not be used in newly-written code.
Cancels any pending address book load operations. This might be called
before an owner unrefs this name_selector
.
Since: 3.2