Improve error reporting when trying to quote None. Do not print warnings
authorJohan Dahlin <jdahlin@async.com.br>
Sat, 31 May 2008 21:28:33 +0000 (21:28 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Sat, 31 May 2008 21:28:33 +0000 (21:28 +0000)
commit7a8c0642f5cc6e80e873f239984beeab7b9ba6ff
tree3253b638aafd973880c51593377fc2e263ac1566
parentf8a4fe568bb27fe16b5b081464159549c7e10a57
Improve error reporting when trying to quote None. Do not print warnings

2008-05-31  Johan Dahlin  <jdahlin@async.com.br>

    * giscanner/xmlwriter.py:
    Improve error reporting when trying to quote None.
    * giscanner/girparser.py:
    Do not print warnings when including more complete .gir files
    * giscanner/girwriter.py:
    Do not require a name for parameters, add a todo for singletons
    * giscanner/glibtransformer.py:
    Refactor the way structs are done, add a couple of hacks to allow
    us to get further.
    * giscanner/transformer.py:
    Add enough hacks so cairo, atk and pango.gir can be parsed properly
    * gobject-introspection-1.0.pc.in:
    Export girdir, so we can access gobject-2.0.gir from outside

svn path=/trunk/; revision=280
ChangeLog
giscanner/girparser.py
giscanner/girwriter.py
giscanner/glibtransformer.py
giscanner/transformer.py
giscanner/xmlwriter.py
gobject-introspection-1.0.pc.in