dbus-glib returns UnknownMethod on GetAll if no properties
@ocrete
Submitted by Olivier Crête Assigned to Simon McVittie
Description
In 0.80, there was a change in the handling of properties in dbus-glib. It claims to support the Properties interface, but when one tries to call GetAll() it returns "UnknownMethod" if there are no properties defined for this object. Older versions of dbus-glib properly returned an empty array.
It should either not declare that interface or implement it properly.