telepathy-qt: Add {Room,Subject,RoomConfig} interfaces to generation
Dario Freddi
drf at kemper.freedesktop.org
Sun Feb 2 06:25:33 PST 2014
Module: telepathy-qt
Branch: master
Commit: 5afa270e4eed0f6401509809331db7e8a13653ca
URL: http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=5afa270e4eed0f6401509809331db7e8a13653ca
Author: Leon Handreke <leonh at ndreke.de>
Date: Sat Jan 18 18:32:40 2014 +0100
Add {Room,Subject,RoomConfig} interfaces to generation
---
TelepathyQt/CMakeLists.txt | 3 +++
TelepathyQt/ChannelInterfaceRoomConfigInterface | 13 +++++++++++++
TelepathyQt/ChannelInterfaceRoomInterface | 13 +++++++++++++
TelepathyQt/ChannelInterfaceSubjectInterface | 13 +++++++++++++
TelepathyQt/channel.xml | 3 +++
TelepathyQt/svc-channel.xml | 3 +++
6 files changed, 48 insertions(+)
diff --git a/TelepathyQt/CMakeLists.txt b/TelepathyQt/CMakeLists.txt
index 06aaad7..47ec09c 100644
--- a/TelepathyQt/CMakeLists.txt
+++ b/TelepathyQt/CMakeLists.txt
@@ -232,10 +232,13 @@ set(telepathy_qt_HEADERS
ChannelInterfaceMediaSignallingInterface
ChannelInterfaceMessagesInterface
ChannelInterfacePasswordInterface
+ ChannelInterfaceRoomInterface
+ ChannelInterfaceRoomConfigInterface
ChannelInterfaceSASLAuthenticationInterface
ChannelInterfaceSecurableInterface
ChannelInterfaceServicePointInterface
ChannelInterfaceSMSInterface
+ ChannelInterfaceSubjectInterface
ChannelInterfaceTubeInterface
ChannelRequest
ChannelRequestHints
diff --git a/TelepathyQt/ChannelInterfaceRoomConfigInterface b/TelepathyQt/ChannelInterfaceRoomConfigInterface
new file mode 100644
index 0000000..22e769a
--- /dev/null
+++ b/TelepathyQt/ChannelInterfaceRoomConfigInterface
@@ -0,0 +1,13 @@
+#ifndef _TelepathyQt_ChannelInterfaceRoomConfigInterface_HEADER_GUARD_
+#define _TelepathyQt_ChannelInterfaceRoomConfigInterface_HEADER_GUARD_
+
+#ifndef IN_TP_QT_HEADER
+#define IN_TP_QT_HEADER
+#endif
+
+#include <TelepathyQt/channel.h>
+
+#undef IN_TP_QT_HEADER
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt/ChannelInterfaceRoomInterface b/TelepathyQt/ChannelInterfaceRoomInterface
new file mode 100644
index 0000000..8eea392
--- /dev/null
+++ b/TelepathyQt/ChannelInterfaceRoomInterface
@@ -0,0 +1,13 @@
+#ifndef _TelepathyQt_ChannelInterfaceRoomInterface_HEADER_GUARD_
+#define _TelepathyQt_ChannelInterfaceRoomInterface_HEADER_GUARD_
+
+#ifndef IN_TP_QT_HEADER
+#define IN_TP_QT_HEADER
+#endif
+
+#include <TelepathyQt/channel.h>
+
+#undef IN_TP_QT_HEADER
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt/ChannelInterfaceSubjectInterface b/TelepathyQt/ChannelInterfaceSubjectInterface
new file mode 100644
index 0000000..b2aa91e
--- /dev/null
+++ b/TelepathyQt/ChannelInterfaceSubjectInterface
@@ -0,0 +1,13 @@
+#ifndef _TelepathyQt_ChannelInterfaceSubjectInterface_HEADER_GUARD_
+#define _TelepathyQt_ChannelInterfaceSubjectInterface_HEADER_GUARD_
+
+#ifndef IN_TP_QT_HEADER
+#define IN_TP_QT_HEADER
+#endif
+
+#include <TelepathyQt/channel.h>
+
+#undef IN_TP_QT_HEADER
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt/channel.xml b/TelepathyQt/channel.xml
index 1c568c5..7f2ef4d 100644
--- a/TelepathyQt/channel.xml
+++ b/TelepathyQt/channel.xml
@@ -32,10 +32,13 @@
<xi:include href="../spec/Channel_Interface_Media_Signalling.xml"/>
<xi:include href="../spec/Channel_Interface_Messages.xml"/>
<xi:include href="../spec/Channel_Interface_Password.xml"/>
+<xi:include href="../spec/Channel_Interface_Room.xml"/>
+<xi:include href="../spec/Channel_Interface_Room_Config.xml"/>
<xi:include href="../spec/Channel_Interface_SASL_Authentication.xml"/>
<xi:include href="../spec/Channel_Interface_Securable.xml"/>
<xi:include href="../spec/Channel_Interface_Service_Point.xml"/>
<xi:include href="../spec/Channel_Interface_SMS.xml"/>
+<xi:include href="../spec/Channel_Interface_Subject.xml"/>
<xi:include href="../spec/Channel_Interface_Tube.xml"/>
</tp:spec>
diff --git a/TelepathyQt/svc-channel.xml b/TelepathyQt/svc-channel.xml
index d4e8e6e..2df9cb0 100644
--- a/TelepathyQt/svc-channel.xml
+++ b/TelepathyQt/svc-channel.xml
@@ -30,9 +30,12 @@
<xi:include href="../spec/Channel_Interface_Media_Signalling.xml"/>
<xi:include href="../spec/Channel_Interface_Messages.xml"/>
<xi:include href="../spec/Channel_Interface_Password.xml"/>
+<xi:include href="../spec/Channel_Interface_Room.xml"/>
+<xi:include href="../spec/Channel_Interface_Room_Config.xml"/>
<xi:include href="../spec/Channel_Interface_SASL_Authentication.xml"/>
<xi:include href="../spec/Channel_Interface_Securable.xml"/>
<xi:include href="../spec/Channel_Interface_Service_Point.xml"/>
<xi:include href="../spec/Channel_Interface_SMS.xml"/>
+<xi:include href="../spec/Channel_Interface_Subject.xml"/>
</tp:spec>
More information about the telepathy-commits
mailing list