summaryrefslogtreecommitdiff
path: root/telepathy-glib/stream-tube-connection-internal.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-04 14:44:08 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-04 15:10:47 +0200
commit9db75a4460d25ef41e97e42c971a5a198b7c360f (patch)
tree72a6df14012ce4b4b1805e9192e81250e16a27f9 /telepathy-glib/stream-tube-connection-internal.h
parent4190cf0e141f6567e9d679d173c6e759fed93db5 (diff)
downloadtelepathy-glib-9db75a4460d25ef41e97e42c971a5a198b7c360f.tar.gz
tp-stream-tube: rename "connection" to "socket connection"
Avoid confusion with TpConnection.
Diffstat (limited to 'telepathy-glib/stream-tube-connection-internal.h')
-rw-r--r--telepathy-glib/stream-tube-connection-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/stream-tube-connection-internal.h b/telepathy-glib/stream-tube-connection-internal.h
index c7e64e611..64c42a518 100644
--- a/telepathy-glib/stream-tube-connection-internal.h
+++ b/telepathy-glib/stream-tube-connection-internal.h
@@ -36,7 +36,7 @@ struct _TpStreamTubeConnection {
};
TpStreamTubeConnection * _tp_stream_tube_connection_new (
- GSocketConnection *connection,
+ GSocketConnection *socket_connection,
TpStreamTubeChannel *channel);
void _tp_stream_tube_connection_set_contact (TpStreamTubeConnection *self,