aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/e-book-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/backend/ebook/e-book-view.h')
-rw-r--r--addressbook/backend/ebook/e-book-view.h2
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 98eee4cde3..bd7a97d1d5 100644
--- a/addressbook/backend/ebook/e-book-view.h
+++ b/addressbook/backend/ebook/e-book-view.h
@@ -43,7 +43,7 @@ struct _EBookViewClass {
* Signals.
*/
void (* card_changed) (EBookView *book_view, const GList *cards);
- void (* card_removed) (EBookView *book_view, const char *id);
+ void (* card_removed) (EBookView *book_view, const GList *ids);
void (* card_added) (EBookView *book_view, const GList *cards);
void (* sequence_complete) (EBookView *book_view, EBookViewStatus status);
void (* status_message) (EBookView *book_view, const char *message);