[Bug 26205] High-level API for ContactLists
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Aug 4 13:44:11 CEST 2011
https://bugs.freedesktop.org/show_bug.cgi?id=26205
--- Comment #47 from Guillaume Desmottes <guillaume.desmottes at collabora.co.uk> 2011-08-04 04:44:09 PDT ---
Review of attachment 49906:
--> (https://bugs.freedesktop.org/review?bug=26205&attachment=49906)
::: examples/client/contact-list.c
@@ +71,3 @@
+ 0 };
+ const GQuark connection_features[] = {
+ TP_CONNECTION_FEATURE_CONTACT_LIST,
Maybe those should be automatically prepared by the automatic factory?
::: examples/client/python/contact-list.py
@@ +11,3 @@
+
+ accounts = manager.get_valid_accounts()
+ for account in accounts:
for account in manager.get_valid_accounts():
@@ +13,3 @@
+ for account in accounts:
+ connection = account.get_connection()
+ if connection != None:
if connection is not None:
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list