Add a --strip-prefix and sort out confusion between names and symbols for
authorJohan Dahlin <jdahlin@async.com.br>
Mon, 28 Apr 2008 22:14:43 +0000 (22:14 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Mon, 28 Apr 2008 22:14:43 +0000 (22:14 +0000)
commitfeb328d2395743d44cb0f3532213ac4e06888d87
tree5bd82bbdd8b6196118f3bb619e518d64c9588058
parentb01ed146b04d718eb352d6321c374be1dcdb045f
Add a --strip-prefix and sort out confusion between names and symbols for

2008-04-28  Johan Dahlin  <jdahlin@async.com.br>

    * giscanner/ast.py:
    * giscanner/glibast.py:
    * giscanner/glibtransformer.py:
    * giscanner/transformer.py:
    * tools/g-ir-scanner:
    Add a --strip-prefix and sort out confusion between names and symbols
    for functions and struct + derivaties.
    Refactor bootstrap of g-ir-scanner, so we can set options on
    Transformer() before parsing everything.

svn path=/trunk/; revision=255
ChangeLog
giscanner/ast.py
giscanner/glibast.py
giscanner/glibtransformer.py
giscanner/transformer.py
tools/g-ir-scanner