MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / emitInterfacesRemovedSignal

Method emitInterfacesRemovedSignal

src/Connection.cpp:600–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598}
599
600void Connection::emitInterfacesRemovedSignal(const ObjectPath& objectPath)
601{
602 auto r = sdbus_->sd_bus_emit_object_removed(bus_.get(), objectPath.c_str());
603
604 SDBUS_THROW_ERROR_IF(r < 0, "Failed to emit InterfacesRemoved signal for all registered interfaces", -r);
605}
606
607void Connection::emitInterfacesRemovedSignal( const ObjectPath& objectPath
608 , const std::vector<InterfaceName>& interfaces )

Callers

nothing calls this directly

Calls 3

getMethod · 0.45

Tested by

no test coverage detected