telepathy-glib: TpConnection: connections should come from accounts

Simon McVittie smcv at kemper.freedesktop.org
Fri Sep 6 08:09:12 PDT 2013


Module: telepathy-glib
Branch: master
Commit: 6758095e3ef770773808aaf951b28ac688958d59
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=6758095e3ef770773808aaf951b28ac688958d59

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Fri Sep  6 11:58:53 2013 +0100

TpConnection: connections should come from accounts

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54061
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>

---

 telepathy-glib/connection.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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
  */
 



More information about the telepathy-commits mailing list