python-dbus-next icon indicating copy to clipboard operation
python-dbus-next copied to clipboard

Support empty string for interface_name in the Properties interface

Open acrisci opened this issue 5 years ago • 0 comments

https://github.com/altdesktop/python-dbus-next/blob/3680c15a5b23ad0e8254dc67f0906aedadd65cf5/dbus_next/message_bus.py#L688-L692

An empty string may be provided for the interface name; in this case, if there are multiple properties on an object with the same name, the results are undefined (picking one by according to an arbitrary deterministic rule, or returning an error, are the reasonable possibilities).

acrisci avatar Jan 11 '20 16:01 acrisci