Skip to content

zd: Type macro to allow specifying hardcoded signature

Zeeshan Ali Khan requested to merge zeenix/zbus:value-dict into main
  • Allow specifying signature with Type to save users from manual implementation boilerplate.
  • Deprecate TypeDict macro in favour of user specifying the signature as a{sv} or dict.
  • *Value macros now convert from/to Value::Dict if dict signature is specified.
  • Make it possible to use the zd macros directly through zbus re-export.
Edited by Zeeshan Ali Khan

Merge request reports