2004-06-17 Chris Toshok <toshok@ximian.com> * util/eab-book-util.c (eab_name_and_email_query): EBookContactsCallback -> EBookListCallback. (eab_nickname_query): same. * printing/e-contact-print.c: e-book-async.h -> e-book.h * gui/widgets/eab-vcard-control.c: e-book-async.h -> e-book.h. * gui/widgets/e-addressbook-model.h: e-book-async.h -> e-book.h. * gui/widgets/eab-popup-control.h: e-book-async.h -> e-book.h. * gui/widgets/eab-popup-control.c: remove e-book-async.h include. * gui/merging/eab-contact-merging.h: e-book-async.h -> e-book.h. * gui/contact-editor/e-contact-editor.h: e-book-async.h -> e-book.h. * gui/contact-editor/e-contact-editor.h: same. * gui/contact-list-editor/e-contact-list-editor.h: same. * gui/contact-list-editor/e-contact-list-model.h: remove include of e-book-async.h * gui/component/select-names/e-select-names-completion.h: include e-book.h, not e-book-async.h * gui/component/select-names/e-select-names-model.c: same. * gui/component/select-names/e-select-names.c: same. * gui/component/addressbook-migrate.c: include e-book.h, not e-book-async.h * gui/component/addressbook-view.c: same. * gui/component/addressbook.h: same. * gui/component/addressbook.c: remove include e-book-async.h. svn path=/trunk/; revision=26402
15 lines
506 B
C
15 lines
506 B
C
#ifndef __ADDRESSBOOK_H__
|
|
#define __ADDRESSBOOK_H__
|
|
|
|
#include <bonobo/bonobo-control.h>
|
|
#include <e-util/e-config-listener.h>
|
|
#include <bonobo/bonobo-object.h>
|
|
#include <bonobo/bonobo-moniker-util.h>
|
|
#include <libebook/e-book.h>
|
|
|
|
guint addressbook_load (EBook *book, EBookCallback cb, gpointer closure);
|
|
void addressbook_load_cancel (guint id);
|
|
void addressbook_load_default_book (EBookCallback open_response, gpointer closure);
|
|
|
|
#endif /* __ADDRESSBOOK_H__ */
|