summaryrefslogtreecommitdiff
path: root/telepathy-glib/stream-tube-connection.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-15 17:50:37 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-15 17:50:37 +0100
commit64f21d8a34a50c45ea243e2c88f5df07520763fd (patch)
tree62e3d9a5327d5625aa228ebd8a2c25f142eb70cc /telepathy-glib/stream-tube-connection.c
parent8b2feb05b3ab7e3c78dcc00071c48b95f4941bd7 (diff)
downloadtelepathy-glib-64f21d8a34a50c45ea243e2c88f5df07520763fd.tar.gz
NEWS and stuff for 0.13.2
Diffstat (limited to 'telepathy-glib/stream-tube-connection.c')
-rw-r--r--telepathy-glib/stream-tube-connection.c20
1 files changed, 11 insertions, 9 deletions
diff --git a/telepathy-glib/stream-tube-connection.c b/telepathy-glib/stream-tube-connection.c
index 17c550f75..c8e09a32d 100644
--- a/telepathy-glib/stream-tube-connection.c
+++ b/telepathy-glib/stream-tube-connection.c
@@ -24,6 +24,8 @@
* @short_description: a connection on a Stream Tube
*
* Object used to represent a connection on a #TpStreamTubeChannel.
+ *
+ * Since: 0.13.2
*/
/**
@@ -31,7 +33,7 @@
*
* Data structure representing a connection on a #TpStreamTubeChannel.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.2
*/
/**
@@ -39,7 +41,7 @@
*
* The class of a #TpStreamTubeConnection.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.2
*/
#include "telepathy-glib/stream-tube-connection-internal.h"
@@ -191,7 +193,7 @@ tp_stream_tube_connection_class_init (TpStreamTubeConnectionClass *cls)
*
* This property can't be %NULL.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.2
*/
param_spec = g_param_spec_object ("socket-connection", "GSocketConnection",
"GSocketConnection used to transfer data",
@@ -207,7 +209,7 @@ tp_stream_tube_connection_class_init (TpStreamTubeConnectionClass *cls)
*
* This property can't be %NULL.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.2
*/
param_spec = g_param_spec_object ("channel", "TpStreamTubeChannel",
"The channel associated with this connection",
@@ -222,7 +224,7 @@ tp_stream_tube_connection_class_init (TpStreamTubeConnectionClass *cls)
* The #TpContact with who we are exchanging data through this tube, or
* %NULL if we can't safely identify the contact.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.2
*/
param_spec = g_param_spec_object ("contact", "TpContact",
"The TpContact of the connection",
@@ -239,7 +241,7 @@ tp_stream_tube_connection_class_init (TpStreamTubeConnectionClass *cls)
* The ::closed signal is emitted when the connection manager reports that
* a tube connection has been closed.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.2
*/
_signals[CLOSED] = g_signal_new ("closed",
G_OBJECT_CLASS_TYPE (cls),
@@ -269,7 +271,7 @@ _tp_stream_tube_connection_new (
*
* Returns: (transfer none): the value of #TpStreamTubeConnection:connection
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.2
*/
GSocketConnection *
tp_stream_tube_connection_get_socket_connection (TpStreamTubeConnection *self)
@@ -285,7 +287,7 @@ tp_stream_tube_connection_get_socket_connection (TpStreamTubeConnection *self)
*
* Returns: (transfer none): the value of #TpStreamTubeConnection:channel
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.2
*/
TpStreamTubeChannel *
tp_stream_tube_connection_get_channel (
@@ -302,7 +304,7 @@ tp_stream_tube_connection_get_channel (
*
* Returns: (transfer none): the value of #TpStreamTubeConnection:contact
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.2
*/
TpContact *
tp_stream_tube_connection_get_contact (TpStreamTubeConnection *self)