diff options
author | Johan Dahlin <johan@gnome.org> | 2008-04-21 19:40:09 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-04-21 19:40:09 +0000 |
commit | 1bc1ff069a04f96356a0e4b68ca4aee5a77c9589 (patch) | |
tree | ede92fa9d699453e167dec4d3f5976ab89f881ed /ChangeLog | |
parent | 8053b1d4d66ec6606c898e9b433dfad7066dfd4f (diff) | |
download | gobject-introspection-1bc1ff069a04f96356a0e4b68ca4aee5a77c9589.tar.gz |
Strip namespaces before objects, so we'll export GtkButton as Button in
2008-04-21 Johan Dahlin <johan@gnome.org>
* giscanner/gobjecttreebuilder.py:
* giscanner/treebuilder.py:
Strip namespaces before objects, so we'll export
GtkButton as Button in the gtk namespace
svn path=/trunk/; revision=201
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2008-04-21 Johan Dahlin <johan@gnome.org> + * giscanner/gobjecttreebuilder.py: + * giscanner/treebuilder.py: + Strip namespaces before objects, so we'll export + GtkButton as Button in the gtk namespace + +2008-04-21 Johan Dahlin <johan@gnome.org> + * giscanner/gidlwriter.py: * giscanner/gobjecttreebuilder.py: * giscanner/treebuilder.py: |