From 97502c28df8b4a419b7230c19338b087b161f423 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 22 Sep 2000 13:14:10 +0000 Subject: Added a function to set the status message associated with a given view. 2000-09-22 Christopher James Lahey * backend/ebook/e-book-view-listener.c, backend/ebook/e-book-view-listener.h, backend/ebook/e-book-view.c, backend/ebook/e-book-view.h, backend/idl/addressbook.idl, backend/pas/pas-book-view.c, backend/pas/pas-book-view.h: Added a function to set the status message associated with a given view. This is not yet implemented in the gui. svn path=/trunk/; revision=5549 --- addressbook/backend/idl/addressbook.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'addressbook/backend/idl') diff --git a/addressbook/backend/idl/addressbook.idl b/addressbook/backend/idl/addressbook.idl index bbdabd713d..e520621858 100644 --- a/addressbook/backend/idl/addressbook.idl +++ b/addressbook/backend/idl/addressbook.idl @@ -33,6 +33,7 @@ module Evolution { void signal_card_removed (in CardId id); void signal_card_changed (in VCardList cards); void signal_sequence_complete (); + void signal_status_message (in string message); }; interface BookView : Bonobo::Unknown { -- cgit v1.2.3