[Bug 30098] Document synchronous D-Bus property accessors' deprecations more clearly

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Sep 9 13:01:05 CEST 2010


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

--- Comment #1 from Olli Salli <ollisal at gmail.com> 2010-09-09 04:01:04 PDT ---
I don't think it's worthwhile adding any logic / parameter to the proxy
generator for this, as I think we're going to stop generating them for both old
and new classes RSN in the API/ABI break.

Another thing we should probably do, though, is: implement a PendingVariantMap
*properties() and PendingVariant *property(name) (or maybe even Pending<T1>
*property1(), Pending<T2> *property2()), etc, which would do
Properties::Get(All), on the AbstractInterface subclasses.

This would also make internal tp-qt4 code mode readable, as it wouldn't have to
have verbose property getting code and possibly even the hardcoded property
name strings.

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