summaryrefslogtreecommitdiff
path: root/telepathy-glib/stream-tube-channel.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-28 13:53:56 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-28 13:53:56 +0200
commit9abfa7203cbf7afb093619fc9cb1b8d372e94055 (patch)
tree2d945b96a4a760b00ea433ea90b2a4a24f4115ab /telepathy-glib/stream-tube-channel.h
parentb2d23a4a804bc74c890ac8ead661aab03681be6c (diff)
downloadtelepathy-glib-9abfa7203cbf7afb093619fc9cb1b8d372e94055.tar.gz
stream-tube-connection: keep a ref on the channel
Diffstat (limited to 'telepathy-glib/stream-tube-channel.h')
-rw-r--r--telepathy-glib/stream-tube-channel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/telepathy-glib/stream-tube-channel.h b/telepathy-glib/stream-tube-channel.h
index 05c5afdfe..0d4a8eee2 100644
--- a/telepathy-glib/stream-tube-channel.h
+++ b/telepathy-glib/stream-tube-channel.h
@@ -22,10 +22,12 @@
#define __TP_STREAM_TUBE_CHANNEL_H__
#include <telepathy-glib/channel.h>
-#include <telepathy-glib/stream-tube-connection.h>
G_BEGIN_DECLS
+/* Forward declaration of a subclass - from stream-tube-connection.h */
+typedef struct _TpStreamTubeConnection TpStreamTubeConnection;
+
#define TP_TYPE_STREAM_TUBE_CHANNEL (tp_stream_tube_channel_get_type ())
#define TP_STREAM_TUBE_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TP_TYPE_STREAM_TUBE_CHANNEL, TpStreamTubeChannel))
#define TP_STREAM_TUBE_CHANNEL_CLASS(obj) (G_TYPE_CHECK_CLASS_CAST ((obj), TP_TYPE_STREAM_TUBE_CHANNEL, TpStreamTubeChannelClass))