openbmc / sdbusplus

C++ bindings for systemd dbus APIs
Apache License 2.0
101 stars 80 forks source link

Signal multiple property changed #90

Open omarhogni opened 9 months ago

omarhogni commented 9 months ago

It seems that void interface::property_changed(const char* property)

only supports transmitting a single property changed signal. Is there anyway to signal multiple properties changed?

williamspatrick commented 9 months ago

Not currently. Someone would need to contribute it.