[scanner] Fix various hardcoded type name checks
authorDan Winship <danw@gnome.org>
Wed, 9 Dec 2009 21:38:57 +0000 (16:38 -0500)
committerDan Winship <danw@gnome.org>
Wed, 9 Dec 2009 22:04:25 +0000 (17:04 -0500)
commitb65d598f82d3cbdc56e3a94b42c1472bf3607c69
tree042019760a8ed5ab9043004f34f30d2c7d01041e
parent6710cfa5063c041894d700b6cf6b4b85cdd08025
[scanner] Fix various hardcoded type name checks

Various places that check hardcoded type names were not always handling
the case of the type being used from within its own library (in which
case it won't have a type prefix). Make them more consistent.

https://bugzilla.gnome.org/show_bug.cgi?id=602512
giscanner/annotationparser.py
giscanner/glibtransformer.py
giscanner/transformer.py