Re: Regarding GSoC Project Autotests for Kopete

Pali Rohár <[email protected]> Wed, 31 May 2017 12:57:25 +0200
Newsgroups gmane.comp.kde.devel.kopete
Message-ID <20170531105725.GM6102@pali>
On Monday 29 May 2017 15:22:40 vijay krishnavanshi wrote:
> I have included the export symbols which is latex_kopete in the
> cmakelists.txt it is present.

If you want to export symbol, you need to that in source code in
correspondent function which you want to export. This is platform and
compiler specific task. IIRC there are some .*EXPORT.* named macros
which do that for you. Look into e.g. kopeteaccount where more
functions/methods needs to be marked as exported.

But as wrote in previous email, you should not export random functions
from plugin itself, which are not part of plugin API/ABI.

-- 
Pali Rohár
[email protected]