Skip to content

org.freedesktop.dbus.DBusMatchRule in org.freedesktop.dbus has been deprecated and marked for removal #310

@sblantipodi

Description

@sblantipodi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions