diff options
author | Rober Carr <carrr@rpi.edu> | 2009-02-10 23:34:04 +0000 |
---|---|---|
committer | Colin Walters <walters@src.gnome.org> | 2009-02-10 23:34:04 +0000 |
commit | 049dc259e7f2c5f71eec63fb42a5cd5ec70d7be3 (patch) | |
tree | cc9141b7375d869497ad7e8e0e3c007d54ae8844 /ChangeLog | |
parent | 328524ab5212d0632a8b3405d6e4375db6aba086 (diff) | |
download | gobject-introspection-049dc259e7f2c5f71eec63fb42a5cd5ec70d7be3.tar.gz |
Bug 569633 – Typelib compiler fails with vararg callbacks
2009-02-10 Rober Carr <carrr@rpi.edu>
Bug 569633 – Typelib compiler fails with vararg callbacks
* girepository/girparser.c: Also filter out callback functions
which take vararg arguments.
svn path=/trunk/; revision=1095
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-02-10 Rober Carr <carrr@rpi.edu> + + Bug 569633 – Typelib compiler fails with vararg callbacks + + * girepository/girparser.c: Also filter out callback functions + which take vararg arguments. + 2009-02-10 Xan Lopez <xan@gnome.org> Bug 570903 - Add information about -I flag to scanner manpage |