summaryrefslogtreecommitdiff
path: root/telepathy-glib/stream-tube-connection.c
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-04-03 14:11:34 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-04-03 16:17:03 +0200
commitc93cd8f2bbb9c8888ba3a4ad153a485e33568a4c (patch)
tree2b9e4bcb54be7758c01ccc03506d9cbfc49216ef /telepathy-glib/stream-tube-connection.c
parent0dfebb47ded9af7128e641ac90a032e13c2be7f4 (diff)
downloadtelepathy-glib-c93cd8f2bbb9c8888ba3a4ad153a485e33568a4c.tar.gz
Introspect a few getters
It is not always a good idea for bindings to always rely on GObject::get_property(), it can be slow to access properties that way everytime instead of keeping a proxy object in native language.
Diffstat (limited to 'telepathy-glib/stream-tube-connection.c')
-rw-r--r--telepathy-glib/stream-tube-connection.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-glib/stream-tube-connection.c b/telepathy-glib/stream-tube-connection.c
index 67e657341..a179042af 100644
--- a/telepathy-glib/stream-tube-connection.c
+++ b/telepathy-glib/stream-tube-connection.c
@@ -269,7 +269,7 @@ _tp_stream_tube_connection_new (
}
/**
- * tp_stream_tube_connection_get_socket_connection: (skip)
+ * tp_stream_tube_connection_get_socket_connection:
* @self: a #TpStreamTubeConnection
*
* Return the #TpStreamTubeConnection:socket-connection property
@@ -285,7 +285,7 @@ tp_stream_tube_connection_get_socket_connection (TpStreamTubeConnection *self)
}
/**
- * tp_stream_tube_connection_get_channel: (skip)
+ * tp_stream_tube_connection_get_channel:
* @self: a #TpStreamTubeConnection
*
* Return the #TpStreamTubeConnection:channel property
@@ -302,7 +302,7 @@ tp_stream_tube_connection_get_channel (
}
/**
- * tp_stream_tube_connection_get_contact: (skip)
+ * tp_stream_tube_connection_get_contact:
* @self: a #TpStreamTubeConnection
*
* Return the #TpStreamTubeConnection:contact property