diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-22 21:14:10 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-22 21:14:10 +0800 |
commit | 97502c28df8b4a419b7230c19338b087b161f423 (patch) | |
tree | b1c0e3eaa854990ed0f06f78ecd61d9ec8bd892a /addressbook/backend/ebook/e-book-view.h | |
parent | 2a20e41b574fa96a513a0a8faa4544cbef895146 (diff) | |
download | gsoc2013-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/ebook/e-book-view.h')
-rw-r--r-- | addressbook/backend/ebook/e-book-view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/backend/ebook/e-book-view.h b/addressbook/backend/ebook/e-book-view.h index b8edc68018..bd64c9dbc7 100644 --- a/addressbook/backend/ebook/e-book-view.h +++ b/addressbook/backend/ebook/e-book-view.h @@ -37,6 +37,7 @@ struct _EBookViewClass { void (* card_removed) (EBookView *book_view, const char *id); void (* card_added) (EBookView *book_view, const GList *cards); void (* sequence_complete) (EBookView *book_view); + void (* status_message) (EBookView *book_view, const char *message); }; /* Creating a new addressbook. */ |