summaryrefslogtreecommitdiffstats
path: root/src/templates/method.mako.cpp
blob: 31cdf650f921caa8fa5f002143b8ed47307512b4 (plain)
1
2
3
4
5
6
makeMethod<SDBusPlus>(
${indent(1)}ConfigInterfaces::get()[${c.service}],
${indent(1)}ConfigPaths::get()[${c.path}],
${indent(1)}ConfigInterfaces::get()[${c.interface}],
${indent(1)}ConfigProperties::get()[${c.method}],
${indent(1)}${(',\n' + indent(1)).join([val.argument(loader, indent=indent +1) for val in c.args])})\
OpenPOWER on IntegriCloud