sdbus-c++ 2.1.0
High-level C++ D-Bus library based on systemd D-Bus implementation
|
Public Member Functions | |
SignalSubscriber & | onInterface (const InterfaceName &interfaceName) |
SignalSubscriber & | onInterface (const std::string &interfaceName) |
SignalSubscriber & | onInterface (const char *interfaceName) |
template<typename _Function> | |
void | call (_Function &&callback) |
template<typename _Function> | |
Slot | call (_Function &&callback, return_slot_t) |