diff options
Diffstat (limited to 'addressbook/backend/ebook/e-book-view.h')
-rw-r--r-- | addressbook/backend/ebook/e-book-view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/backend/ebook/e-book-view.h b/addressbook/backend/ebook/e-book-view.h index b8edc68018..bd64c9dbc7 100644 --- a/addressbook/backend/ebook/e-book-view.h +++ b/addressbook/backend/ebook/e-book-view.h @@ -37,6 +37,7 @@ struct _EBookViewClass { void (* card_removed) (EBookView *book_view, const char *id); void (* card_added) (EBookView *book_view, const GList *cards); void (* sequence_complete) (EBookView *book_view); + void (* status_message) (EBookView *book_view, const char *message); }; /* Creating a new addressbook. */ |