summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2009-01-12 23:54:48 +0000
committerJohan Dahlin <johan@src.gnome.org>2009-01-12 23:54:48 +0000
commit6de1b29629397bc7328f1a44da7530ea2ff53dac (patch)
treea3bbbe7e24b8fd51776d19592b007008cd900cea /ChangeLog
parent9256e916164ec557ed66f92a0d6d95bb286cdf8b (diff)
Bug 546739 – Introspection should know precise signal parameter types
2009-01-12 Johan Dahlin <jdahlin@async.com.br> Bug 546739 – Introspection should know precise signal parameter types * giscanner/annotationparser.py: * tests/scanner/annotation-1.0-expected.gir: * tests/scanner/annotation-1.0-expected.tgir: * tests/scanner/annotation.c (annotation_object_class_init): Annotations are parsed for signals, the (type) annotation is introduced. svn path=/trunk/; revision=1026
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e4c22b..1d991ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2009-01-12 Johan Dahlin <jdahlin@async.com.br>
+ Bug 546739 – Introspection should know precise signal parameter types
+
+ * giscanner/annotationparser.py:
+ * tests/scanner/annotation-1.0-expected.gir:
+ * tests/scanner/annotation-1.0-expected.tgir:
+ * tests/scanner/annotation.c (annotation_object_class_init):
+
+ Annotations are parsed for signals, the (type) annotation is introduced.
+
+2009-01-12 Johan Dahlin <jdahlin@async.com.br>
+
Bug 563591 – Flags not recognized when there is no introspection data
* giscanner/ast.py: