[Telepathy-commits] [telepathy-salut/master] tube-stream: add salut_stream_tube_channel_allowed_properties

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Mar 11 09:15:19 PDT 2009


---
 src/tube-stream.h |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/tube-stream.h b/src/tube-stream.h
index 2243ca0..5326905 100644
--- a/src/tube-stream.h
+++ b/src/tube-stream.h
@@ -23,6 +23,7 @@
 #include <glib-object.h>
 
 #include <telepathy-glib/enums.h>
+#include <telepathy-glib/interfaces.h>
 
 #include "extensions/extensions.h"
 #include "salut-connection.h"
@@ -47,6 +48,14 @@ struct _SalutTubeStream {
 
 GType salut_tube_stream_get_type (void);
 
+static const gchar * const salut_stream_tube_channel_allowed_properties[] = {
+    TP_IFACE_CHANNEL ".TargetHandle",
+    TP_IFACE_CHANNEL ".TargetID",
+    SALUT_IFACE_CHANNEL_INTERFACE_TUBE ".Parameters",
+    SALUT_IFACE_CHANNEL_TYPE_STREAM_TUBE ".Service",
+    NULL
+};
+
 /* TYPE MACROS */
 #define SALUT_TYPE_TUBE_STREAM \
   (salut_tube_stream_get_type ())
-- 
1.5.6.5




More information about the telepathy-commits mailing list