diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2009-01-22 00:02:49 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2009-01-22 00:02:49 +0000 |
commit | f90b158f0563a23213678c8dabfbccc08aaa5fb5 (patch) | |
tree | 2c007c16f144af672e3e49b7f19f02fe8c9f9454 /ChangeLog | |
parent | 4aa4dacaffe4ea0fe78ac97d0437d0563e12aacd (diff) | |
download | gobject-introspection-f90b158f0563a23213678c8dabfbccc08aaa5fb5.tar.gz |
Bug 562622 – Errordomains missing
2009-01-21 Johan Dahlin <jdahlin@async.com.br>
Bug 562622 – Errordomains missing
* giscanner/girwriter.py:
* giscanner/glibast.py:
* giscanner/glibtransformer.py:
* tests/scanner/Makefile.am:
* tests/scanner/foo-1.0-expected.gir:
* tests/scanner/foo-1.0-expected.tgir:
* tests/scanner/foo.c (foo_error_get_type), (foo_error_quark):
* tests/scanner/foo.h:
svn path=/trunk/; revision=1057
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2009-01-21 Johan Dahlin <jdahlin@async.com.br> + + Bug 562622 – Errordomains missing + + * giscanner/girwriter.py: + * giscanner/glibast.py: + * giscanner/glibtransformer.py: + * tests/scanner/Makefile.am: + * tests/scanner/foo-1.0-expected.gir: + * tests/scanner/foo-1.0-expected.tgir: + * tests/scanner/foo.c (foo_error_get_type), (foo_error_quark): + * tests/scanner/foo.h: + 2009-01-20 Johan Dahlin <jdahlin@async.com.br> * giscanner/scannerlexer.l: |