Summary: | Interfaces should use dbus Get to retrieve properties, only falling back to querying for them if necessary | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Morten Mjelva <morten.mjelva> |
Component: | tp-python | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED MOVED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
patch
patch patch |
Description
Morten Mjelva
2010-04-22 03:24:04 UTC
There's no benefit in using Get() rather than GetInterfaces() - it's the same number of D-Bus messages, with a more complex structure. However, using GetAll() to get several properties at once (like telepathy-glib does for most properties) would be beneficial. Created attachment 35234 [details] [review] patch Created attachment 35235 [details] [review] patch Changed patch to use GetAll my last patch is screwed up. i'll add a new one when i've fixed it -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-python/issues/15. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.