On Thu, 2009-10-08 at 17:33 +0100, Patrick Ohly wrote: > I couldn't answer this without looking into the problem more thoroughly. > The result is in the "gdbus-cxx" branch. This is still experimental. I > need to split it up into smaller commits, want to set the ASYNC flag > automatically (should be doable now), const members don't work yet, have > to adapt SyncEvolution, ...
Okay, done. See the updated "gdbus-cxx" branch. Yongsheng, can you review this so? It's ready to replace the current code in the "dbus-api" branch. I didn't get the "const methods" case to work. The last commit contains an example (hello_const) which is commented out at the moment, because enabling it demonstrates that registering such a const method fails. C++ experts to the rescue... On the other hand, this is not an essential feature as long as one controls the implementation of the methods. An extra "const" keyword can always be removed, even though it is not nice. -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. _______________________________________________ SyncEvolution mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution
