summaryrefslogtreecommitdiff
path: root/telepathy-glib/interfaces.h
blob: ee98120162f798e181d719d180ce73231e76fa6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#if defined (TP_DISABLE_SINGLE_INCLUDE) && !defined (_TP_IN_META_HEADER) && !defined (_TP_COMPILATION)
#error "Only <telepathy-glib/telepathy-glib.h> and <telepathy-glib/telepathy-glib-dbus.h> can be included directly."
#endif

#ifndef __TP_INTERFACES_H__
#define __TP_INTERFACES_H__

#include <glib.h>

G_BEGIN_DECLS

#include <telepathy-glib/_gen/telepathy-interfaces.h>

G_END_DECLS

#endif