Bug 557383 - Virtual function support
authorColin Walters <walters@verbum.org>
Wed, 25 Feb 2009 23:43:14 +0000 (18:43 -0500)
committerColin Walters <walters@verbum.org>
Thu, 26 Feb 2009 19:07:21 +0000 (14:07 -0500)
commit4470a24e8cf3827efaddcfe240c3271cf1a0d6c0
tree4bbcd76c1c325c403ec0408a81489ab97c5465f0
parent251de52b083d3e0e42f25cb164a46865c2c2b9a9
Bug 557383 - Virtual function support

In order to determine whether a method is virtual, by default we look
at the class table to find a callback field.  This should be fairly reliable,
but we may also later need annotations to more finely control this
in the case of a name clash with a signal.
giscanner/ast.py
giscanner/girwriter.py
giscanner/glibtransformer.py
tests/scanner/foo-1.0-expected.gir
tests/scanner/foo-1.0-expected.tgir
tests/scanner/foo.c
tests/scanner/foo.h