summaryrefslogtreecommitdiff
path: root/addressbook/libebook/e-book-client-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/libebook/e-book-client-view.h')
-rw-r--r--addressbook/libebook/e-book-client-view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/libebook/e-book-client-view.h b/addressbook/libebook/e-book-client-view.h
index ef814c5a8..c11495d62 100644
--- a/addressbook/libebook/e-book-client-view.h
+++ b/addressbook/libebook/e-book-client-view.h
@@ -62,7 +62,7 @@ struct _EBookClientViewClass {
GType e_book_client_view_get_type (void);
struct _EBookClient * e_book_client_view_get_client (EBookClientView *view);
gboolean e_book_client_view_is_running (EBookClientView *view);
-void e_book_client_view_set_restriction (EBookClientView *view, const GSList *only_fields, GError **error);
+void e_book_client_view_set_fields_of_interest(EBookClientView *view, const GSList *fields_of_interest, GError **error);
void e_book_client_view_start (EBookClientView *view, GError **error);
void e_book_client_view_stop (EBookClientView *view, GError **error);