diff options
Diffstat (limited to 'addressbook/backend/ebook/e-book-view.h')
-rw-r--r-- | addressbook/backend/ebook/e-book-view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/backend/ebook/e-book-view.h b/addressbook/backend/ebook/e-book-view.h index e1dc211c91..2e055ddec9 100644 --- a/addressbook/backend/ebook/e-book-view.h +++ b/addressbook/backend/ebook/e-book-view.h @@ -38,7 +38,7 @@ struct _EBookViewClass { void (* card_changed) (EBookView *book_view, const GList *cards); 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 (* sequence_complete) (EBookView *book_view, EBookViewStatus status); void (* status_message) (EBookView *book_view, const char *message); }; |