summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-30 13:37:53 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-05 12:13:17 +0200
commitd95d44bd327d96c5936deee1a3d970bcf27f29d0 (patch)
tree690cd2c4f9698faa1143c04d29e4d08053d398c3
parent2997e979daa03a66a3063df2b785361b193f07af (diff)
downloadtelepathy-glib-d95d44bd327d96c5936deee1a3d970bcf27f29d0.tar.gz
Consider proxy-subclass.h as a meta header
That header can be included directly, so proxy.h would #error. https://bugs.freedesktop.org/show_bug.cgi?id=49384
-rw-r--r--telepathy-glib/proxy-subclass.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/proxy-subclass.h b/telepathy-glib/proxy-subclass.h
index 739995453..060273869 100644
--- a/telepathy-glib/proxy-subclass.h
+++ b/telepathy-glib/proxy-subclass.h
@@ -23,6 +23,8 @@
#ifndef __TP_PROXY_SUBCLASS_H__
#define __TP_PROXY_SUBCLASS_H__
+#define _TP_IN_META_HEADER
+
#include <telepathy-glib/proxy.h>
G_BEGIN_DECLS
@@ -78,4 +80,6 @@ void tp_proxy_init_known_interfaces (void);
G_END_DECLS
+#undef _TP_IN_META_HEADER
+
#endif /* #ifndef __TP_PROXY_SUBCLASS_H__*/