[Telepathy-commits] [telepathy-gabble/master] add FIXME saying we should use tp_dbus_properties_mixin_add_properties
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Feb 11 05:36:39 PST 2009
---
src/tube-dbus.c | 2 ++
src/tube-stream.c | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/tube-dbus.c b/src/tube-dbus.c
index 49d95b9..f446788 100644
--- a/src/tube-dbus.c
+++ b/src/tube-dbus.c
@@ -716,6 +716,8 @@ gabble_tube_dbus_get_property (GObject *object,
/* channel has not been requested so Parameters is immutable */
GValue *prop_value = g_slice_new0 (GValue);
+ /* FIXME: use tp_dbus_properties_mixin_add_properties once it's
+ * added in tp-glib */
tp_dbus_properties_mixin_get (object,
GABBLE_IFACE_CHANNEL_INTERFACE_TUBE, "Parameters",
prop_value, NULL);
diff --git a/src/tube-stream.c b/src/tube-stream.c
index e4342ab..3e4f20f 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -972,6 +972,8 @@ gabble_tube_stream_get_property (GObject *object,
/* channel has not been requested so Parameters is immutable */
GValue *prop_value = g_slice_new0 (GValue);
+ /* FIXME: use tp_dbus_properties_mixin_add_properties once it's
+ * added in tp-glib */
tp_dbus_properties_mixin_get (object,
GABBLE_IFACE_CHANNEL_INTERFACE_TUBE, "Parameters",
prop_value, NULL);
--
1.5.6.5
More information about the telepathy-commits
mailing list