forked from Kistler-Group/sdbus-cpp
This introduces SDBUSCPP_REGISTER_STRUCT macro that helps clients conveniently, in one line, teach sdbus-c++ to recognize and accept their custom C++ struct types wherever D-Bus structs are expected in a D-Bus API. The macro saves some boilerplate that would otherwise be needed on client side for every registered struct.