Skip to content

zv,zd: Encode empty structs as a null byte

Zeeshan Ali Khan requested to merge zeenix/zbus:empty-structs into main

D-Bus does not allow empty structures and currently we try to encode them as such. Let's not do that but instead allow them to be encoded as a null byte.

Fixes #328 (closed).

Merge request reports