aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/e-book.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-08-29 17:48:02 +0800
committerChris Toshok <toshok@src.gnome.org>2002-08-29 17:48:02 +0800
commit0ec1895bf3f7b64938df35de8266b6fc3d9f60d9 (patch)
tree638cc671c66fc792b4c60e1ea86af16b6b91e118 /addressbook/backend/ebook/e-book.h
parent7f3d3493a3bfb3cec85609d6951565fead6796bc (diff)
downloadgsoc2013-evolution-0ec1895bf3f7b64938df35de8266b6fc3d9f60d9.tar
gsoc2013-evolution-0ec1895bf3f7b64938df35de8266b6fc3d9f60d9.tar.gz
gsoc2013-evolution-0ec1895bf3f7b64938df35de8266b6fc3d9f60d9.tar.bz2
gsoc2013-evolution-0ec1895bf3f7b64938df35de8266b6fc3d9f60d9.tar.lz
gsoc2013-evolution-0ec1895bf3f7b64938df35de8266b6fc3d9f60d9.tar.xz
gsoc2013-evolution-0ec1895bf3f7b64938df35de8266b6fc3d9f60d9.tar.zst
gsoc2013-evolution-0ec1895bf3f7b64938df35de8266b6fc3d9f60d9.zip
[ fixes #20347 ] hook up the backend_died signal. (backend_died): new
2002-08-29 Chris Toshok <toshok@ximian.com> [ fixes #20347 ] * gui/widgets/e-addressbook-view.c (e_addressbook_view_init): hook up the backend_died signal. (backend_died): new function, pop up an error dialog saying the backend died. * gui/widgets/e-addressbook-model.c (backend_died): new function, emit the backend_died signal. (e_addressbook_model_class_init): create the backend_died signal. (e_addressbook_model_init): init backend_died_id (e_addressbook_model_set_arg): disconnect the backend_died signal from the old book and hook it up to the new book. * gui/widgets/e-addressbook-model.h: add the backend_died signal. * backend/ebook/e-book.c (backend_died_cb): new function, emit the backend_died signal. (e_book_do_response_open): create the component listener and hook up the backend_died signal. (e_book_destroy): disconnect the component listener and unref it. * backend/ebook/e-book.h: add backend_died signal. svn path=/trunk/; revision=17918
Diffstat (limited to 'addressbook/backend/ebook/e-book.h')
-rw-r--r--addressbook/backend/ebook/e-book.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/backend/ebook/e-book.h b/addressbook/backend/ebook/e-book.h
index e917279775..be90f52c04 100644
--- a/addressbook/backend/ebook/e-book.h
+++ b/addressbook/backend/ebook/e-book.h
@@ -38,6 +38,7 @@ struct _EBookClass {
void (* open_progress) (EBook *book, const char *msg, short percent);
void (* link_status) (EBook *book, gboolean connected);
void (* writable_status) (EBook *book, gboolean writable);
+ void (* backend_died) (EBook *book);
};
/* Callbacks for asynchronous functions. */