[Bug 29451] Too many asynchronous setup steps needed for basic usage
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Aug 18 16:16:50 CEST 2010
https://bugs.freedesktop.org/show_bug.cgi?id=29451
--- Comment #12 from Olli Salli <ollisal at gmail.com> 2010-08-18 07:16:50 PDT ---
(In reply to comment #10)
> (In reply to comment #9)
> > I think there's value in having some features not be fast, though; the
> > as-yet-hypothetical TP_CONNECTION_FEATURE_CONTACT_LIST ought to wait until the
> > server has actually returned the initial contact list, which can apparently
> > take multiple minutes on shaky cellular connections.
>
> Maybe this should be a separate object in the bindings dangling off the
> Tp[::]Connection, which can be prepared separately. (Indeed, there already is a
> separate object for this in TpQt4, no?)
>
> </drive-by>
Yeah, ContactManager is there, but actually it's made "ready" as part of making
the Connection ready, with no way to prepare it further independently. Nothing
stops us from making it a full-blown ReadyObject with some features of its own
in an API/ABI break, though. To not counter-act what we're doing here,
Connection should make its "core" (the current functionality) ready as part of
making itself ready, though :)
--
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