summaryrefslogtreecommitdiff
path: root/telepathy-glib/svc-call.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-11-08 11:51:54 +0100
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-01-10 09:52:43 +0100
commit3fb5a0f0d3b5cf26257ac972ebdc853dd88de2a1 (patch)
tree4cb3824c417a870860741338deeeda22521c8900 /telepathy-glib/svc-call.h
parent45d9a2b8758edfedd15fc4203236918fdfa6fe14 (diff)
downloadtelepathy-glib-3fb5a0f0d3b5cf26257ac972ebdc853dd88de2a1.tar.gz
Generate lowlevel API for Call1 spec
Add skeleton for TpCallChannel, TpCallContent and TpCallStream
Diffstat (limited to 'telepathy-glib/svc-call.h')
-rw-r--r--telepathy-glib/svc-call.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/telepathy-glib/svc-call.h b/telepathy-glib/svc-call.h
new file mode 100644
index 000000000..16796d49d
--- /dev/null
+++ b/telepathy-glib/svc-call.h
@@ -0,0 +1,10 @@
+#ifndef __TP_META_SVC_ACCOUNT_H__
+#define __TP_META_SVC_ACCOUNT_H__
+
+#include <telepathy-glib/_gen/tp-svc-call-content.h>
+#include <telepathy-glib/_gen/tp-svc-call-content-media-description.h>
+#include <telepathy-glib/_gen/tp-svc-call-mute.h>
+#include <telepathy-glib/_gen/tp-svc-call-stream.h>
+#include <telepathy-glib/_gen/tp-svc-call-stream-endpoint.h>
+
+#endif