Top | ![]() |
![]() |
![]() |
![]() |
EClientCache * | client-cache | Read / Write / Construct |
int | minimum-query-length | Read / Write |
gboolean | show-address | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkEntry ╰── ENameSelectorEntry ╰── ENameSelectorList
GtkWidget *
e_name_selector_entry_new (EClientCache *client_cache
);
Creates a new ENameSelectorEntry.
EClientCache *
e_name_selector_entry_ref_client_cache
(ENameSelectorEntry *name_selector_entry
);
Returns the EClientCache passed to e_name_selector_entry_new()
.
The returned EClientCache is referenced for thread-safety and must be
unreferenced with g_object_unref()
when finished with it.
Since: 3.8
void e_name_selector_entry_set_client_cache (ENameSelectorEntry *name_selector_entry
,EClientCache *client_cache
);
Sets the EClientCache used to query address books.
This function is intended for cases where name_selector_entry
is
instantiated by a GtkBuilder and has to be given an EClientCache
after it is fully constructed.
Since: 3.6
gint
e_name_selector_entry_get_minimum_query_length
(ENameSelectorEntry *name_selector_entry
);
Since: 3.6
void e_name_selector_entry_set_minimum_query_length (ENameSelectorEntry *name_selector_entry
,gint length
);
Sets minimum length of query before completion starts.
Since: 3.6
gboolean
e_name_selector_entry_get_show_address
(ENameSelectorEntry *name_selector_entry
);
Since: 3.6
void e_name_selector_entry_set_show_address (ENameSelectorEntry *name_selector_entry
,gboolean show
);
Sets whether always show email address for an auto-completed contact.
Since: 3.6
EContactStore *
e_name_selector_entry_peek_contact_store
(ENameSelectorEntry *name_selector_entry
);
Gets the EContactStore being used by name_selector_entry
.
void e_name_selector_entry_set_contact_store (ENameSelectorEntry *name_selector_entry
,EContactStore *contact_store
);
Sets the EContactStore being used by name_selector_entry
to contact_store
.
EDestinationStore *
e_name_selector_entry_peek_destination_store
(ENameSelectorEntry *name_selector_entry
);
Gets the EDestinationStore being used to store name_selector_entry
's destinations.
void e_name_selector_entry_set_destination_store (ENameSelectorEntry *name_selector_entry
,EDestinationStore *destination_store
);
Sets destination_store
as the EDestinationStore to be used to store
destinations for name_selector_entry
.
EDestination *
e_name_selector_entry_get_popup_destination
(ENameSelectorEntry *name_selector_entry
);
Since: 2.32
void e_name_selector_entry_set_contact_editor_func (ENameSelectorEntry *name_selector_entry
,gpointer func
);
DO NOT USE.
void e_name_selector_entry_set_contact_list_editor_func (ENameSelectorEntry *name_selector_entry
,gpointer func
);
DO NOT USE.
“client-cache”
property“client-cache” EClientCache *
Cache of shared EClient instances.
Owner: ENameSelectorEntry
Flags: Read / Write / Construct
“minimum-query-length”
property “minimum-query-length” int
Owner: ENameSelectorEntry
Flags: Read / Write
Allowed values: >= 1
Default value: 3
“updated”
signalvoid user_function (ENameSelectorEntry *enameselectorentry, gpointer arg1, gpointer user_data)
Flags: Run First