altdesktop / python-dbus-next

🚌 The next great DBus library for Python with asyncio support
https://python-dbus-next.readthedocs.io/en/latest/
MIT License
191 stars 60 forks source link

make interface header optional on method calls #164

Open izak opened 3 months ago

izak commented 3 months ago

The dbus spec allows the interface to be optional on method calls. In that case, allow the message to match on any method with a matching name and signature.

https://github.com/altdesktop/python-dbus-next/issues/163