summaryrefslogtreecommitdiff
path: root/src/tube-dbus.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2007-10-25 09:10:34 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2007-10-25 09:10:34 +0000
commitf41aa253fd224853340169cd63c55103f0c2a7c3 (patch)
treebb993d6e53b1de8932d18caa7284c7dcda0778a9 /src/tube-dbus.h
parentace98cb4e13fb5ae6fbecd91f700704214d9bc10 (diff)
downloadtelepathy-salut-f41aa253fd224853340169cd63c55103f0c2a7c3.tar.gz
use gibber_muc_connection_new_stream to allocate the stream used with D-Bus tubes
20071025091034-7fe3f-61dd210e04e0131b7f6a7606e301e78b2d4ff966.gz
Diffstat (limited to 'src/tube-dbus.h')
-rw-r--r--src/tube-dbus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tube-dbus.h b/src/tube-dbus.h
index ad6c46a4..cf12bb4c 100644
--- a/src/tube-dbus.h
+++ b/src/tube-dbus.h
@@ -63,8 +63,8 @@ SalutTubeDBus *
salut_tube_dbus_new (SalutConnection *conn, TpHandle handle,
TpHandleType handle_type, TpHandle self_handle,
GibberMucConnection *muc_connection, TpHandle initiator,
- const gchar *service, GHashTable *parameters, const gchar *stream_id,
- guint id, GibberBytestreamIface *bytestream);
+ const gchar *service, GHashTable *parameters, guint id,
+ GibberBytestreamIface *bytestream);
gboolean salut_tube_dbus_add_name (SalutTubeDBus *self, TpHandle handle,
const gchar *name);