summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-06 11:58:53 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-06 15:48:07 +0100
commit6758095e3ef770773808aaf951b28ac688958d59 (patch)
tree868f3eee0ec6d3200c724adfa91589beeaeccadd
parent8f41ddb26198eb6bee7f9019a3955c1623519d28 (diff)
downloadtelepathy-glib-6758095e3ef770773808aaf951b28ac688958d59.tar.gz
TpConnection: connections should come from accounts
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54061 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r--telepathy-glib/connection.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c
index 66c2182ac..aa93d9786 100644
--- a/telepathy-glib/connection.c
+++ b/telepathy-glib/connection.c
@@ -61,6 +61,10 @@
* #TpConnection objects represent Telepathy instant messaging connections
* accessed via D-Bus.
*
+ * #TpConnection objects should be obtained from a #TpAccount, unless you
+ * are implementing a lower-level Telepathy component (such as the account
+ * manager service itself).
+ *
* Since: 0.7.1
*/