Go to the documentation of this file.
11 #ifndef OPENAB_EDS_GLOBAL_H_
12 #define OPENAB_EDS_GLOBAL_H_
14 #include <libebook/libebook.h>
15 #include <libecal/libecal.h>
16 #include <libedata-book/libedata-book.h>
17 #include <libebook-contacts/libebook-contacts.h>
20 #define FREE_CONTACTS(__contacts_p) \
21 if (NULL != __contacts_p) { \
22 g_slist_free_full(__contacts_p, (GDestroyNotify) g_object_unref); \
23 __contacts_p = NULL; \
26 #endif // OpenAB_EDS_GLOBAL_H_