diff options
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-model.h')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-model.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-model.h b/addressbook/gui/widgets/e-addressbook-model.h index c5d9e6ca84..57cfe6f729 100644 --- a/addressbook/gui/widgets/e-addressbook-model.h +++ b/addressbook/gui/widgets/e-addressbook-model.h @@ -49,6 +49,7 @@ struct _EAddressbookModelClass { * Signals */ void (*writable_status) (EAddressbookModel *model, gboolean writable); + void (*search_started) (EAddressbookModel *model); void (*search_result) (EAddressbookModel *model, EBookViewStatus status); void (*status_message) (EAddressbookModel *model, const gchar *message); void (*folder_bar_message) (EAddressbookModel *model, const gchar *message); |