Explicitly construct new list, since we're deleting as we iterate. Don't
authorColin Walters <walters@verbum.org>
Fri, 15 Aug 2008 05:17:54 +0000 (05:17 +0000)
committerColin Walters <walters@src.gnome.org>
Fri, 15 Aug 2008 05:17:54 +0000 (05:17 +0000)
commit642cabc8153fca7883b3f86ab13acec5e2f79ea3
tree697f81f4b95cbd80edd21820d40e443148c6b032
parent6207e9438456fcee2b8b5173141bec668ba0518e
Explicitly construct new list, since we're deleting as we iterate. Don't

2008-08-15  Colin Walters  <walters@verbum.org>

* giscanner/glibtransformer.py: Explicitly construct
new list, since we're deleting as we iterate.
Don't delete all structures which end in Class; just
ones which have a paired GObject.
Fix printing of type warning.
* giscanner/transformer.py: Make strip_namespace_object
be the identity function if it doesn't match the
namespace.

svn path=/trunk/; revision=382
ChangeLog
giscanner/glibtransformer.py
giscanner/transformer.py