Skip to content

zx: Handle empty direction element for args and signals

Timothée Ravier requested to merge (removed):empty-direction into main

From the DBus specification [1]:

The direction element on may be omitted, in which case it defaults to "in" for method calls and "out" for signals. Signals only allow "out" so while direction may be specified, it's pointless.

[1] https://dbus.freedesktop.org/doc/dbus-specification.html#introspection-format:

Merge request reports