sdbus-c++ 2.0.0
High-level C++ D-Bus library based on systemd D-Bus implementation
|
Public Member Functions | |
template<typename _Function > | |
PropertyVTableItem & | withGetter (_Function &&callback) |
template<typename _Function > | |
PropertyVTableItem & | withSetter (_Function &&callback) |
PropertyVTableItem & | markAsDeprecated () |
PropertyVTableItem & | markAsPrivileged () |
PropertyVTableItem & | withUpdateBehavior (Flags::PropertyUpdateBehaviorFlags behavior) |
Public Attributes | |
PropertyName | name |
Signature | signature |
property_get_callback | getter |
property_set_callback | setter |
Flags | flags |