summaryrefslogtreecommitdiff
path: root/telepathy-glib/stream-tube-connection.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-06 14:35:12 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-06 14:52:00 +0200
commite1bd36baa4d0952040eb9b4cf28107401b751908 (patch)
treea99d9546ae60ab86fa9c3936d730d5e3a725b824 /telepathy-glib/stream-tube-connection.c
parent72949e95add358ff28e976d80fb41fcbb75cb78f (diff)
downloadtelepathy-glib-e1bd36baa4d0952040eb9b4cf28107401b751908.tar.gz
document TpStreamTubeConnection
Diffstat (limited to 'telepathy-glib/stream-tube-connection.c')
-rw-r--r--telepathy-glib/stream-tube-connection.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/telepathy-glib/stream-tube-connection.c b/telepathy-glib/stream-tube-connection.c
index 7176b0bac..17c550f75 100644
--- a/telepathy-glib/stream-tube-connection.c
+++ b/telepathy-glib/stream-tube-connection.c
@@ -233,7 +233,8 @@ tp_stream_tube_connection_class_init (TpStreamTubeConnectionClass *cls)
/**
* TpStreamTubeConnection::closed
* @self: the #TpStreamTubeConnection
- * @error: (transfer none): the error reported by the connection manager
+ * @error: (transfer none): a #GError representing the error reported by the
+ * connection manager
*
* The ::closed signal is emitted when the connection manager reports that
* a tube connection has been closed.
@@ -261,10 +262,10 @@ _tp_stream_tube_connection_new (
}
/**
- * tp_stream_tube_connection_get_connection: (skip)
+ * tp_stream_tube_connection_get_socket_connection: (skip)
* @self: a #TpStreamTubeConnection
*
- * Return the #TpStreamTubeConnection:connection property
+ * Return the #TpStreamTubeConnection:socket-connection property
*
* Returns: (transfer none): the value of #TpStreamTubeConnection:connection
*