summaryrefslogtreecommitdiff
path: root/telepathy-glib/svc-protocol.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-03 19:33:33 +0100
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-06-29 20:31:56 -0300
commitcfdf65c0b154194f0252bfd928bfae2f93f8f9b5 (patch)
tree77da506e2ffadbddd777bdd9e2b281a697e2faaa /telepathy-glib/svc-protocol.h
parentc7edd5df70bf015b1e0c8da52ab1fde54c1f9b83 (diff)
downloadtelepathy-glib-cfdf65c0b154194f0252bfd928bfae2f93f8f9b5.tar.gz
Generate code for Protocol objects and add a stub TpProtocol class
Diffstat (limited to 'telepathy-glib/svc-protocol.h')
-rw-r--r--telepathy-glib/svc-protocol.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/telepathy-glib/svc-protocol.h b/telepathy-glib/svc-protocol.h
new file mode 100644
index 000000000..934d44f20
--- /dev/null
+++ b/telepathy-glib/svc-protocol.h
@@ -0,0 +1,6 @@
+#ifndef __TP_META_SVC_PROTOCOL_H__
+#define __TP_META_SVC_PROTOCOL_H__
+
+#include <telepathy-glib/_gen/tp-svc-protocol.h>
+
+#endif