Comment 6 for bug 483556

Revision history for this message
Markus Korn (thekorn) wrote : Re: [lp:~zeitgeist/zeitgeist/zeitgeist-resonance] make the loading of extensions to the engine configurable

Sorry, just fixed the whitespace issue to keeps the diff as small as possible; $SOMEONE told my editor to use tabs for indention in all zeitgeist branches, the fact that we are using spaces in some parts of the source code is maybe another bug.
I also renamed __public_methods__ to PUBLIC_METHODS.
We can also register DBus methods dynamically but I don't think we have real use for it right now, let's keep it as simple as possible for now.

I've also added a doctest for the extension mechanism at 'test/test-engine-extension.rst', this file also demos more clearly how this all works. Is it more comprehensible?