Skip to content

fallible property getter #251

Ashley Wulber requested to merge ashleyw/zbus:fallible-property into main

This seems to work for a simple test that I've set up. I should also test the property changed signals too, but haven't yet.

This allows returning a zbus::Error from a property getter, but maybe zbus::fdo::Error directly would be better?

I know the #251 (closed) isn't really about fallible property setters, but would that also be something that needs to be added as well?

Edited by Ashley Wulber

Merge request reports