![]() |
![]() |
![]() |
Evolution API Reference: libedataserverui, graphical utility library | ![]() |
---|---|---|---|---|
#define MINIMUM_QUERY_LENGTH ENameSelectorEntry; ENameSelectorEntry* e_name_selector_entry_new (void); EContactStore* e_name_selector_entry_peek_contact_store (ENameSelectorEntry *name_selector_entry); void e_name_selector_entry_set_contact_store (ENameSelectorEntry *name_selector_entry, EContactStore *contact_store); EDestinationStore* e_name_selector_entry_peek_destination_store (ENameSelectorEntry *name_selector_entry); void e_name_selector_entry_set_destination_store (ENameSelectorEntry *name_selector_entry, EDestinationStore *destination_store); void e_name_selector_entry_set_contact_editor_func (ENameSelectorEntry *name_selector_entry, gpointer func); void e_name_selector_entry_set_contact_list_editor_func (ENameSelectorEntry *name_selector_entry, gpointer func);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkEntry +----ENameSelectorEntry +----ENameSelectorList
ENameSelectorEntry implements AtkImplementorIface, GtkBuildable, GtkEditable and GtkCellEditable.
#define MINIMUM_QUERY_LENGTH "/apps/evolution/addressbook/completion/minimum_query_length"
EContactStore* e_name_selector_entry_peek_contact_store (ENameSelectorEntry *name_selector_entry);
|
|
Returns : |
void e_name_selector_entry_set_contact_store (ENameSelectorEntry *name_selector_entry, EContactStore *contact_store);
|
|
|
EDestinationStore* e_name_selector_entry_peek_destination_store (ENameSelectorEntry *name_selector_entry);
|
|
Returns : |
void e_name_selector_entry_set_destination_store (ENameSelectorEntry *name_selector_entry, EDestinationStore *destination_store);
|
|
|
void e_name_selector_entry_set_contact_editor_func (ENameSelectorEntry *name_selector_entry, gpointer func);
|
|
|
void e_name_selector_entry_set_contact_list_editor_func (ENameSelectorEntry *name_selector_entry, gpointer func);
|
|
|
"updated"
signalvoid user_function (ENameSelectorEntry *enameselectorentry, gpointer arg1, gpointer user_data) : Run First
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |