1 #if defined (TP_DISABLE_SINGLE_INCLUDE) && !defined (_TP_IN_META_HEADER) && !defined (_TP_COMPILATION)
2 #error "Only <telepathy-glib/telepathy-glib.h> and <telepathy-glib/telepathy-glib-dbus.h> can be included directly."
3 #endif
4 
5 #ifndef __TP_INTERFACES_H__
6 #define __TP_INTERFACES_H__
7 
8 #include <glib.h>
9 
10 G_BEGIN_DECLS
11 
12 #include <telepathy-glib/_gen/telepathy-interfaces.h>
13 
14 G_END_DECLS
15 
16 #endif
17