summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-04-21 21:03:05 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-04-21 21:03:05 +0000
commit307f0f7f14e3ff189d3895ec5a350c1090aa2a46 (patch)
tree79852825a108da206434a0d096f3276b42572841 /ChangeLog
parent8c6447d4b0bbaa908ca6aa283e0ac05010496730 (diff)
downloadgobject-introspection-307f0f7f14e3ff189d3895ec5a350c1090aa2a46.tar.gz
Add support for properties. Refactor Class/Interface support a bit, to
2008-04-21 Johan Dahlin <johan@gnome.org> * giscanner/gidlwriter.py: * giscanner/gobjecttreebuilder.py: * giscanner/treebuilder.py: Add support for properties. Refactor Class/Interface support a bit, to share more code and always initialize their method attribute to an empty list. svn path=/trunk/; revision=205
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f1b90eb..c4cf839e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-04-21 Johan Dahlin <johan@gnome.org>
+ * giscanner/gidlwriter.py:
+ * giscanner/gobjecttreebuilder.py:
+ * giscanner/treebuilder.py:
+ Add support for properties.
+ Refactor Class/Interface support a bit, to share more code and
+ always initialize their method attribute to an empty list.
+
+2008-04-21 Johan Dahlin <johan@gnome.org>
+
* giscanner/cgobject.py:
Add a workaround for a glib bug interface introspection bug
(object_interface_list_properties, object_class_list_properties):