ldo / dbussy

Python binding for D-Bus using asyncio
91 stars 22 forks source link

Support matching on arg0 for ravel's `listen_signal()` #43

Open vincentbernat opened 3 years ago

vincentbernat commented 3 years ago

Hey!

When listening for interface org.freedesktop.DBus.Properties, PropertiesChanged member on some path, it may be useful to further restrict the changes we get by also adding a filter on arg0. This is supported by the low-level library, but the high-level one does not allow further customizations.