aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/idl/addressbook.idl
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-09-22 21:14:10 +0800
committerChris Lahey <clahey@src.gnome.org>2000-09-22 21:14:10 +0800
commit97502c28df8b4a419b7230c19338b087b161f423 (patch)
treeb1c0e3eaa854990ed0f06f78ecd61d9ec8bd892a /addressbook/backend/idl/addressbook.idl
parent2a20e41b574fa96a513a0a8faa4544cbef895146 (diff)
downloadgsoc2013-evolution-97502c28df8b4a419b7230c19338b087b161f423.tar
gsoc2013-evolution-97502c28df8b4a419b7230c19338b087b161f423.tar.gz
gsoc2013-evolution-97502c28df8b4a419b7230c19338b087b161f423.tar.bz2
gsoc2013-evolution-97502c28df8b4a419b7230c19338b087b161f423.tar.lz
gsoc2013-evolution-97502c28df8b4a419b7230c19338b087b161f423.tar.xz
gsoc2013-evolution-97502c28df8b4a419b7230c19338b087b161f423.tar.zst
gsoc2013-evolution-97502c28df8b4a419b7230c19338b087b161f423.zip
Added a function to set the status message associated with a given view.
2000-09-22 Christopher James Lahey <clahey@helixcode.com> * 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
Diffstat (limited to 'addressbook/backend/idl/addressbook.idl')
-rw-r--r--addressbook/backend/idl/addressbook.idl1
1 files changed, 1 insertions, 0 deletions
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 {