| Osso Addressbook Reference Manual | ||||
|---|---|---|---|---|
OssoABookSearchEntry;
GtkWidget* osso_abook_search_entry_new (void);
void osso_abook_search_entry_show (OssoABookSearchEntry *entry);
void osso_abook_search_entry_hide (OssoABookSearchEntry *entry);
void osso_abook_search_entry_set_filter (OssoABookSearchEntry *entry,
OssoABookFilterModel *filter);
void osso_abook_search_entry_widget_hook (OssoABookSearchEntry *entry,
GtkWidget *widget,
GtkTreeView *kb_focus);
void osso_abook_search_entry_widget_unhook
(OssoABookSearchEntry *entry);
void osso_abook_search_entry_save_state (OssoABookSearchEntry *entry,
GKeyFile *key_file);
void osso_abook_search_entry_restore_state
(OssoABookSearchEntry *entry,
GKeyFile *key_file);
typedef struct {
} OssoABookSearchEntry;
All the fields of this structure are private to the object's implementation and should never be accessed directly.
void osso_abook_search_entry_show (OssoABookSearchEntry *entry);
entry : |
void osso_abook_search_entry_hide (OssoABookSearchEntry *entry);
entry : |
void osso_abook_search_entry_set_filter (OssoABookSearchEntry *entry, OssoABookFilterModel *filter);
Sets the filter for entry.
entry : |
a OssoABookSearchEntry |
filter : |
a OssoABookFilterModel, or NULL
|
void osso_abook_search_entry_widget_hook (OssoABookSearchEntry *entry, GtkWidget *widget, GtkTreeView *kb_focus);
entry : |
|
widget : |
|
kb_focus : |
void osso_abook_search_entry_widget_unhook
(OssoABookSearchEntry *entry);
entry : |
void osso_abook_search_entry_save_state (OssoABookSearchEntry *entry, GKeyFile *key_file);
entry : |
|
key_file : |
void osso_abook_search_entry_restore_state
(OssoABookSearchEntry *entry,
GKeyFile *key_file);
entry : |
|
key_file : |