You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: