summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2009-01-20 22:34:41 +0000
committerJohan Dahlin <johan@src.gnome.org>2009-01-20 22:34:41 +0000
commit35a4c734b0f350135a39643a5461b29d72547083 (patch)
tree4643a2b6085d6788d038389ad5927ab74d6b3ff9 /ChangeLog
parente6b0f3b11a2d00dc17d7f928ef94b4c3f610d499 (diff)
When trying to map functions to structs, do not require a public structure
2009-01-20 Johan Dahlin <jdahlin@async.com.br> * giscanner/glibtransformer.py: When trying to map functions to structs, do not require a public structure to exist, should fix Gst gir generation in. svn path=/trunk/; revision=1055
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b5b8ab..1d106c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2009-01-20 Johan Dahlin <jdahlin@async.com.br>
+ * giscanner/glibtransformer.py:
+ When trying to map functions to structs, do
+ not require a public structure to exist, should
+ fix Gst gir generation in.
+
+2009-01-20 Johan Dahlin <jdahlin@async.com.br>
+
Bug 562615 – Struct methods missing
* giscanner/annotationparser.py: