[Bug 71384] improve account storage GInterface
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Feb 6 17:32:28 CET 2014
https://bugs.freedesktop.org/show_bug.cgi?id=71384
--- Comment #24 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
(In reply to comment #23)
> If account storage plugins are GAsyncInitable, initialize them before list()
In principle the TestDBusAccountPlugin is not actually quite right here - its
init_async should be idempotent (first call does the actual initialization,
subsequent calls while initializing wait for the first call and then have the
same result that the first call did, subsequent calls while already initialized
return the same result again).
I can't help thinking there should be some sort of mixin for this.
--
You are receiving this mail because:
You are the QA Contact for the bug.
More information about the telepathy-bugs
mailing list