summaryrefslogtreecommitdiff
path: root/telepathy-glib/stream-tube-connection.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.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.h')
-rw-r--r--telepathy-glib/stream-tube-connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/stream-tube-connection.h b/telepathy-glib/stream-tube-connection.h
index ee8a503c9..771affe6e 100644
--- a/telepathy-glib/stream-tube-connection.h
+++ b/telepathy-glib/stream-tube-connection.h
@@ -52,7 +52,7 @@ GType tp_stream_tube_connection_get_type (void);
(G_TYPE_INSTANCE_GET_CLASS ((obj), TP_TYPE_STREAM_TUBE_CONNECTION, \
TpStreamTubeConnectionClass))
-GSocketConnection * tp_stream_tube_connection_get_connection (
+GSocketConnection * tp_stream_tube_connection_get_socket_connection (
TpStreamTubeConnection *self);
TpStreamTubeChannel * tp_stream_tube_connection_get_channel (