Hi,
thanks for this wonderful project.
this code
DBusMatchRule matchRule = new DBusMatchRule("signal", "org.freedesktop.portal.Request", "Response");
dBusConnection.addGenericSigHandler(matchRule, signal -> {
...
}
shows this warning:
org.freedesktop.dbus.DBusMatchRule in org.freedesktop.dbus has been deprecated and marked for removal
Is there a fix planned for this thing or another function I can use that is not deprecated for the same use case?
Thanks
Hi,
thanks for this wonderful project.
this code
shows this warning:
org.freedesktop.dbus.DBusMatchRule in org.freedesktop.dbus has been deprecated and marked for removalIs there a fix planned for this thing or another function I can use that is not deprecated for the same use case?
Thanks