Pelagicore / gdbus-codegen-glibmm

Code generator for C++ D-Bus stubs and proxies using Giomm/Glibmm
GNU Lesser General Public License v2.1
23 stars 25 forks source link

proxy.cpp.templ: call proxy's call_finish() in *_set_finish() #75

Closed TSAnsari closed 5 years ago

TSAnsari commented 5 years ago

The _set_finish() function in proxy template file was not calling the proxy->call_finish() to finish the set property operation started by proxy->call() in _set() function. This commit adds call to proxy->call_finish() in *_set_finish(). Also updates unittest.

Signed-off-by: Tariq Ansari tansari@luxoft.com