From 476458f355b639cb725188d9d8e767affa71f4ab Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 14 Aug 2001 02:17:04 +0000 Subject: Changed get_card to be asyncronous. 2001-08-13 Christopher James Lahey * backend/ebook/e-book-listener.c, backend/ebook/e-book-listener.h, backend/ebook/e-book.c, backend/ebook/e-book.h, backend/idl/addressbook.idl, backend/pas/pas-backend-file.c, backend/pas/pas-book.c, backend/pas/pas-book.h: Changed get_card to be asyncronous. * backend/ebook/e-card.c, backend/ebook/test-client.c: Changed these to deal with the new get_card functionality. svn path=/trunk/; revision=11984 --- addressbook/backend/idl/addressbook.idl | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'addressbook/backend/idl/addressbook.idl') diff --git a/addressbook/backend/idl/addressbook.idl b/addressbook/backend/idl/addressbook.idl index 7562b148a2..342482d573 100644 --- a/addressbook/backend/idl/addressbook.idl +++ b/addressbook/backend/idl/addressbook.idl @@ -45,19 +45,7 @@ module Addressbook { /* * Fetching cards in the addresbook. */ - VCard getVCard (in CardId id); - - /* - * Permissions. the first form is general write - * permission (whether or not the user can add or - * remove or modify any entry in the addressbook.) - * - * if can_write returns TRUE, can_write_card can still - * return FALSE if the user doesn't have permission to - * modify/remove that specific card. - */ - boolean isWriteable (); - boolean isCardWriteable (in CardId Id); + void getVCard (in CardId id); void authenticateUser (in string user, in string passwd); @@ -123,6 +111,8 @@ module Addressbook { void notifyBookOpened (in CallStatus status, in Book book); + void notifyCardRequested (in CallStatus status, in VCard card); + void notifyCursorRequested (in CallStatus status, in CardCursor cursor); void notifyViewRequested (in CallStatus status, in BookView view); @@ -168,4 +158,3 @@ module Addressbook { }; }; }; - -- cgit v1.2.3