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.
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 onarg0
. This is supported by the low-level library, but the high-level one does not allow further customizations.