summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2009-01-13 00:02:24 +0000
committerJohan Dahlin <johan@src.gnome.org>2009-01-13 00:02:24 +0000
commit19d6a8145200ddccea4ad62ccd93442f30772fe1 (patch)
tree1b534c2e6384723a2bd0b687b38faf0df8aaf618 /ChangeLog
parent6de1b29629397bc7328f1a44da7530ea2ff53dac (diff)
downloadgobject-introspection-19d6a8145200ddccea4ad62ccd93442f30772fe1.tar.gz
Bug 562467 – Property annotation
2009-01-12 Johan Dahlin <jdahlin@async.com.br> Bug 562467 – Property annotation * giscanner/annotationparser.py: * tests/scanner/annotation-1.0-expected.gir: * tests/scanner/annotation-1.0-expected.tgir: * tests/scanner/annotation.c (annotation_object_set_property), (annotation_object_get_property), (annotation_object_class_init): Annotations are parsed for properties. svn path=/trunk/; revision=1027
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d991ee2..f71a1f02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2009-01-12 Johan Dahlin <jdahlin@async.com.br>
+ Bug 562467 – Property annotation
+
+ * giscanner/annotationparser.py:
+ * tests/scanner/annotation-1.0-expected.gir:
+ * tests/scanner/annotation-1.0-expected.tgir:
+ * tests/scanner/annotation.c (annotation_object_set_property),
+ (annotation_object_get_property), (annotation_object_class_init):
+
+ Annotations are parsed for properties.
+
+2009-01-12 Johan Dahlin <jdahlin@async.com.br>
+
Bug 546739 – Introspection should know precise signal parameter types
* giscanner/annotationparser.py: