summaryrefslogtreecommitdiff
path: root/telepathy-glib/stream-tube-connection-internal.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-28 11:33:48 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-28 11:33:48 +0200
commit6ff85337ef55c8f0e8a26f77f7177ff349948f87 (patch)
treee9e8e224113d2b127c6197ba35c01569b66e49dd /telepathy-glib/stream-tube-connection-internal.h
parentef2f8ce5e5ebd8c9b84c9e6e07d7672690dea04a (diff)
downloadtelepathy-glib-6ff85337ef55c8f0e8a26f77f7177ff349948f87.tar.gz
tube-conn: add 'closed' signal
Diffstat (limited to 'telepathy-glib/stream-tube-connection-internal.h')
-rw-r--r--telepathy-glib/stream-tube-connection-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/stream-tube-connection-internal.h b/telepathy-glib/stream-tube-connection-internal.h
index 6564d3179..5e980e17c 100644
--- a/telepathy-glib/stream-tube-connection-internal.h
+++ b/telepathy-glib/stream-tube-connection-internal.h
@@ -41,6 +41,9 @@ TpStreamTubeConnection * _tp_stream_tube_connection_new (
void _tp_stream_tube_connection_set_contact (TpStreamTubeConnection *self,
TpContact *contact);
+void _tp_stream_tube_connection_fire_closed (TpStreamTubeConnection *self,
+ GError *error);
+
G_END_DECLS
#endif