From b58553f67867dc3e09243a137de560f83758f4a4 Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Wed, 11 Nov 2009 17:22:56 -0200 Subject: Add visibility policies to libshiboken and for bindings generated by shiboken generator. As shiboken generator needs minor changes to support inter-module dependencies, these changes about symbol visibility does not support inter-module dependencies, however support it is simple, because we just need to make some symbols visible to other DSO's. Reviewed by Marcelo Lira --- headergenerator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'headergenerator.h') diff --git a/headergenerator.h b/headergenerator.h index 431130844..e035b5621 100644 --- a/headergenerator.h +++ b/headergenerator.h @@ -43,6 +43,7 @@ private: void writeDefaultImplementation(QTextStream& s, const AbstractMetaFunction* func) const; void writeVirtualDispatcher(QTextStream &s, const AbstractMetaFunction *func) const; void writeTypeCheckMacro(QTextStream& s, const TypeEntry* type); + void writeExportMacros(QTextStream& s); void writeTypeConverterDecl(QTextStream& s, const TypeEntry* type); }; -- cgit v1.2.3