[Bug 38142] proxy factories

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 17 10:10:11 CEST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=38142

--- Comment #76 from Xavier Claessens <xclaesse at gmail.com> 2011-08-17 01:10:08 PDT ---
tp_simple_new() take a TpDBusDaemon so you would have to do
tp_dbus_daemon_dup() anyway, with the extra risk of user not using the default
one which would force TpBaseClient to create its own new TpAccountManager (for
compatibility, but probably we could break that assumption tbh).


The idea here is for process just handling channels, they would not create a
TpAccountManager at all, they just need a factory, so only the account of
channels it handle will be created. tp_simple_new_with_am() is just an helper
around tp_simple_new_with_factory(tp_proxy_get_factory(am)); tpqt4 does the
same tbh.

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