summaryrefslogtreecommitdiff
path: root/telepathy-glib/stream-tube-channel.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-09-19 15:39:14 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-26 13:44:39 +0200
commit426d2e6f389b5a691b6eb03a0a740bcbef173749 (patch)
tree3f29198af70a568ec7411b57fb6c6916a736dbc1 /telepathy-glib/stream-tube-channel.h
parentd7a526defeb0341805f739818e419c08cd47cf2a (diff)
downloadtelepathy-glib-426d2e6f389b5a691b6eb03a0a740bcbef173749.tar.gz
TpStreamTubeChannel: add parameters-vardict and its getter
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55095 https://bugs.freedesktop.org/show_bug.cgi?id=55024
Diffstat (limited to 'telepathy-glib/stream-tube-channel.h')
-rw-r--r--telepathy-glib/stream-tube-channel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/stream-tube-channel.h b/telepathy-glib/stream-tube-channel.h
index 53548d081..1c761e298 100644
--- a/telepathy-glib/stream-tube-channel.h
+++ b/telepathy-glib/stream-tube-channel.h
@@ -69,6 +69,10 @@ const gchar * tp_stream_tube_channel_get_service (TpStreamTubeChannel *self);
GHashTable * tp_stream_tube_channel_get_parameters (TpStreamTubeChannel *self);
+_TP_AVAILABLE_IN_UNRELEASED
+GVariant *tp_stream_tube_channel_dup_parameters_vardict (
+ TpStreamTubeChannel *self);
+
/* Incoming tube methods */
void tp_stream_tube_channel_accept_async (TpStreamTubeChannel *self,