From bd74fc64107317382c23446b4e958ed8fc91f950 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 6 Sep 2013 11:58:53 +0100 Subject: [PATCH 09/19] TpConnection: connections should come from accounts --- telepathy-glib/connection.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c index 66c2182..aa93d97 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 */ -- 1.8.4.rc3