aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook.h
blob: 5e6ff05f6489298fac32d1b0490c814451b11ec4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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-async.h>

/* use this instead of e_book_load_uri everywhere where you want the
   authentication to be handled for you. */
void       addressbook_load_uri             (EBook *book, const char *uri, EBookCallback cb, gpointer closure);
void       addressbook_load_default_book    (EBookCallback open_response, gpointer closure);

BonoboControl *addressbook_new_control  (void);

#endif /* __ADDRESSBOOK_H__ */