commit | 0f79e521dc1aa46a69140cb0aabaddd880e76c7b | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@us.ibm.com> | Fri Mar 18 13:33:17 2016 -0400 |
committer | Brad Bishop <bradleyb@us.ibm.com> | Fri Mar 18 14:56:36 2016 -0400 |
tree | 3625bb236b30dcd74cdc292ae4ac8192666489ca | |
parent | 68caa1ee306e74f3a08fb2da6b4dbd0b020258db [diff] |
Enumerate with org.freedesktop.DBus.ObjectManager Previously using a custom enumerate interface. This is the standard interface. Also, try to find OM implementing objects higher up in the tree. This improves performance for sub-tree enumerate calls. Don't try to get properties for ObjectManager interfaces. For whatever reason sd-bus chokes on this, but it doesn't have any properties so it isn't needed anyway.