aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook.h
blob: 717b40e150c9de61d7f2eeb669e4f871128e6bdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __ADDRESSBOOK_H__
#define __ADDRESSBOOK_H__

#include <bonobo/bonobo-control.h>

/* expand file:///foo/foo/ to file:///foo/foo/addressbook.db */
char *         addressbook_expand_uri           (const char *uri);

BonoboControl *addressbook_factory_new_control  (void);
void           addressbook_factory_init         (void);

#endif /* __ADDRESSBOOK_H__ */