summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-03-26 17:13:30 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2012-03-26 17:15:57 +0100
commita936ed76760f2daacaff9d0fbe964daf9a10dc28 (patch)
tree1d4be7cf7b01e3901b8be38e46496f4e3f624c85
parent7cfb90e3dfac54456423c0a27ba0f39b512f6997 (diff)
downloadtelepathy-glib-a936ed76760f2daacaff9d0fbe964daf9a10dc28.tar.gz
stream_tube_channel_new: refer to TpAutomaticProxyFactory
Most API users don't actually need to call this function.
-rw-r--r--telepathy-glib/stream-tube-channel.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/telepathy-glib/stream-tube-channel.c b/telepathy-glib/stream-tube-channel.c
index 9b33a7530..35aa6dd41 100644
--- a/telepathy-glib/stream-tube-channel.c
+++ b/telepathy-glib/stream-tube-channel.c
@@ -480,9 +480,12 @@ tp_stream_tube_channel_init (TpStreamTubeChannel *self)
* strings (D-Bus interface name + "." + property name) to #GValue instances
* @error: used to indicate the error if %NULL is returned
*
- * Convenient function to create a new #TpStreamTubeChannel
+ * Creates a new #TpStreamTubeChannel proxy object from the provided path and
+ * properties. Most developers will not need to use this function; use
+ * #TpAutomaticProxyFactory to automatically create #TpStreamTubeChannel proxy
+ * objects.
*
- * Returns: (transfer full): a newly created #TpStreamTubeChannel
+ * Returns: (transfer full): a newly-created #TpStreamTubeChannel proxy
*
* Since: 0.13.2
*/