summaryrefslogtreecommitdiff
path: root/src/tube-stream.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-02-11 16:58:21 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-02-11 17:04:42 +0000
commit840807dc6313ef40114a76ac2a35321b67978e0e (patch)
treed2b7ffca87ba0969865a08c302048ffa788d9712 /src/tube-stream.c
parent0f1d05ccb1d861f0e8a9570dcbb483e6a7b4f9c9 (diff)
downloadtelepathy-salut-840807dc6313ef40114a76ac2a35321b67978e0e.tar.gz
tube-stream: salut_tube_stream_offer_stream_tube now takes parameters
Diffstat (limited to 'src/tube-stream.c')
-rw-r--r--src/tube-stream.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tube-stream.c b/src/tube-stream.c
index c4880e39..282e2ca5 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -2228,6 +2228,7 @@ salut_tube_stream_offer_stream_tube (SalutSvcChannelTypeStreamTube *iface,
const GValue *address,
guint access_control,
const GValue *access_control_param,
+ GHashTable *parameters,
DBusGMethodInvocation *context)
{
SalutTubeStream *self = SALUT_TUBE_STREAM (iface);
@@ -2267,6 +2268,8 @@ salut_tube_stream_offer_stream_tube (SalutSvcChannelTypeStreamTube *iface,
g_assert (priv->access_control_param == NULL);
priv->access_control_param = tp_g_value_slice_dup (access_control_param);
+ g_object_set (self, "parameters", parameters, NULL);
+
if (priv->handle_type == TP_HANDLE_TYPE_CONTACT)
{
salut_tubes_channel_send_iq_offer (priv->tubes_channel);