Hi all,<div>I'm writing a KCModule with pykde and I need to use KAuth but I haven't found documentation about it (there is documentation only for the C++ version).</div><div><br></div><div>So I want to ask how can I write an helper for the 'save' function, how can I use it from the KCModule and how can I register the action through the cmake file.</div>

<div><br></div><div>In particular in the C++ version at the end of the helper file you should put this macro for generating a main</div><div><br></div><div>KDE4_AUTH_HELPER_MAIN("org.kde.auth.example", MyHelper)</div>

<div><br></div><div>but how can I do this in pykde? Is this macro working?</div><div><br></div><div><br></div><div>Is this cmake macro working even for a python file?</div><div><br></div><div>kde4_install_auth_helper_files(kauth_example_helper org.kde.auth.example root)</div>

<div><br></div><div><br></div><div>When i call action.setArguments(helperargs) I should pass a QVariantMap (helperargs) by reference, but how can I do this in python since all the parameter are passed by value?</div><div>

<br></div><div>Thanks</div>