|
sdbus-c++ 1.2.0
High-level C++ D-Bus library based on systemd D-Bus implementation
|
Public Member Functions | |
| PropertyRegistrator (IObject &object, const std::string &propertyName) | |
| PropertyRegistrator (PropertyRegistrator &&other)=default | |
| PropertyRegistrator & | onInterface (std::string interfaceName) |
| template<typename _Function > | |
| PropertyRegistrator & | withGetter (_Function &&callback) |
| template<typename _Function > | |
| PropertyRegistrator & | withSetter (_Function &&callback) |
| PropertyRegistrator & | markAsDeprecated () |
| PropertyRegistrator & | markAsPrivileged () |
| PropertyRegistrator & | withUpdateBehavior (Flags::PropertyUpdateBehaviorFlags behavior) |