From 1890937b2fb176ddf96a112eded06264c0761a97 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 15 Oct 2007 13:25:13 +0000 Subject: add a bytestream argument to tube_dbus_new and create_new_tube as in Gabble 20071015132513-7fe3f-a5b30376012c95a88a0caf5e60c0279bc47e36f1.gz --- src/tube-dbus.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tube-dbus.h') 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 +#include 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 -- cgit v1.2.1