aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testabstractmetatype.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added the "function" tag to ApiExtractor.Hugo Parente Lima2012-03-091-0/+3
| | | | | | | | | | | | | | | This change the behaviour of ApiExtractor regarding to global functions. All global function you want to be exported to python *need* to be especified in the type system with the function tag, otherwise they wont be exported at all. The syntax for this new tag is: <function signature="..." /> This is just the initial work for this tag, it is missign support for: - Function modifications. - Add a function overload with add-function tag.
* Fix apiextractor unit tests.Hugo Lima2009-11-161-6/+2
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Added more tests for APIExtractor.Hugo Lima2009-09-151-0/+31
|
* Added more tests for AbstractMetaClass and AbstractMetaEnumHugo Lima2009-09-101-0/+111