[Telepathy-commits] [telepathy-gabble/master] add gabble_tube_dbus_channel_allowed_properties

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Feb 3 07:28:00 PST 2009


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

diff --git a/src/tube-dbus.h b/src/tube-dbus.h
index 97dca87..662d5be 100644
--- a/src/tube-dbus.h
+++ b/src/tube-dbus.h
@@ -22,8 +22,12 @@
 
 #include <glib-object.h>
 
+#include <telepathy-glib/enums.h>
+#include <telepathy-glib/interfaces.h>
+
 #include "connection.h"
 #include "bytestream-iface.h"
+#include "extensions/extensions.h"
 
 G_BEGIN_DECLS
 
@@ -61,6 +65,14 @@ GType gabble_tube_dbus_get_type (void);
   (G_TYPE_INSTANCE_GET_CLASS ((obj), GABBLE_TYPE_TUBE_DBUS,\
                               GabbleTubeDBusClass))
 
+static const gchar * const gabble_tube_dbus_channel_allowed_properties[] = {
+    TP_IFACE_CHANNEL ".TargetHandle",
+    TP_IFACE_CHANNEL ".TargetID",
+    GABBLE_IFACE_CHANNEL_INTERFACE_TUBE ".Parameters",
+    GABBLE_IFACE_CHANNEL_TYPE_DBUS_TUBE ".ServiceName",
+    NULL
+};
+
 GabbleTubeDBus *gabble_tube_dbus_new (GabbleConnection *conn, TpHandle handle,
     TpHandleType handle_type, TpHandle self_handle, TpHandle initiator,
     const gchar *service, GHashTable *parameters, const gchar *stream_id,
-- 
1.5.6.5




More information about the telepathy-commits mailing list