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

Method emitPropertiesChangedSignal

src/Connection.cpp:560–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560void Connection::emitPropertiesChangedSignal( const ObjectPath& objectPath
561 , const InterfaceName& interfaceName
562 , const std::vector<PropertyName>& propNames )
563{
564 Connection::emitPropertiesChangedSignal(objectPath.c_str(), interfaceName.c_str(), propNames);
565}
566
567void Connection::emitPropertiesChangedSignal( const char* objectPath
568 , const char* interfaceName

Callers

nothing calls this directly

Calls 2

getMethod · 0.45

Tested by

no test coverage detected