mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2026-01-31 10:39:34 +01:00
Add unregister function to IObject and IProxy API
This commit is contained in:
@@ -120,6 +120,11 @@ void Object::finishRegistration()
|
||||
}
|
||||
}
|
||||
|
||||
void Object::unregister()
|
||||
{
|
||||
interfaces_.clear();
|
||||
}
|
||||
|
||||
sdbus::Signal Object::createSignal(const std::string& interfaceName, const std::string& signalName)
|
||||
{
|
||||
return connection_.createSignal(objectPath_, interfaceName, signalName);
|
||||
|
||||
Reference in New Issue
Block a user