OpenAB  1.0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
OpenAB_eds_global.h File Reference
#include <libebook/libebook.h>
#include <libecal/libecal.h>
#include <libedata-book/libedata-book.h>
#include <libebook-contacts/libebook-contacts.h>
#include <glib2/OpenAB_glib2_global.h>
Include dependency graph for OpenAB_eds_global.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FREE_CONTACTS(__contacts_p)
 

Macro Definition Documentation

#define FREE_CONTACTS (   __contacts_p)
Value:
if (NULL != __contacts_p) { \
g_slist_free_full(__contacts_p, (GDestroyNotify) g_object_unref); \
__contacts_p = NULL; \
}