MCPcopy Create free account
hub / github.com/RHVoice/RHVoice / call_method

Function call_method

src/service/client.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 void call_method(const Glib::ustring& name)
100 {
101 proxy->call_sync(name);
102 }
103
104 template<typename T>
105 void call_method(const Glib::ustring& name,const T& arg)

Callers 2

send_textFunction · 0.85
set_propertiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected