summaryrefslogtreecommitdiff
path: root/src/tube-dbus.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2007-10-15 13:25:13 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2007-10-15 13:25:13 +0000
commit1890937b2fb176ddf96a112eded06264c0761a97 (patch)
tree5867aea0cc9411c11178f60cb89446d9db2fd14d /src/tube-dbus.h
parent462b8bb8160e87eff802cb9a0fe08af83b0b1062 (diff)
downloadtelepathy-salut-1890937b2fb176ddf96a112eded06264c0761a97.tar.gz
add a bytestream argument to tube_dbus_new and create_new_tube as in Gabble
20071015132513-7fe3f-a5b30376012c95a88a0caf5e60c0279bc47e36f1.gz
Diffstat (limited to 'src/tube-dbus.h')
-rw-r--r--src/tube-dbus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tube-dbus.h b/src/tube-dbus.h
index ac912421..2679975e 100644
--- a/src/tube-dbus.h
+++ b/src/tube-dbus.h
@@ -24,6 +24,7 @@
#include "salut-connection.h"
#include <gibber/gibber-muc-connection.h>
+#include <gibber/gibber-bytestream-iface.h>
G_BEGIN_DECLS
@@ -63,7 +64,7 @@ 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);
+ guint id, GibberBytestreamIface *bytestream);
G_END_DECLS