[Telepathy-commits] [telepathy-gabble/master] tube-stream.h: add gabble_tube_stream_channel_allowed_properties

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Feb 3 02:27:24 PST 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 6d32a4e..d38c7e4 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 "connection.h"
 #include "extensions/extensions.h"
@@ -63,6 +64,14 @@ GType gabble_tube_stream_get_type (void);
   (G_TYPE_INSTANCE_GET_CLASS ((obj), GABBLE_TYPE_TUBE_STREAM,\
                               GabbleTubeStreamClass))
 
+static const gchar * const gabble_tube_stream_channel_allowed_properties[] = {
+    TP_IFACE_CHANNEL ".TargetHandle",
+    TP_IFACE_CHANNEL ".TargetID",
+    GABBLE_IFACE_CHANNEL_INTERFACE_TUBE ".Parameters",
+    GABBLE_IFACE_CHANNEL_TYPE_STREAM_TUBE ".Service",
+    NULL
+};
+
 GabbleTubeStream *gabble_tube_stream_new (GabbleConnection *conn,
     TpHandle handle, TpHandleType handle_type, TpHandle self_handle,
     TpHandle initiator, const gchar *service, GHashTable *parameters,
-- 
1.5.6.5




More information about the telepathy-commits mailing list