Remove field offsets from g-ir-generate output and test inputs
authorOwen Taylor <otaylor@src.gnome.org>
Tue, 11 Nov 2008 05:10:47 +0000 (05:10 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 11 Nov 2008 05:10:47 +0000 (05:10 +0000)
commit0dccc4596aad89333f7d23b2f95a19067df79724
tree73bd88a8c7b007541f7cde61baa538e0061db941
parent7e1e368b9f09835a4c65c3e8ff7780523893180d
Remove field offsets from g-ir-generate output and test inputs

Field offsets are a) architecture dependent so they shouldn't be part
of the architecture-independent gir format which is installed in
datadir. b) Are architecture-dependent so they shouldn't be in test
expected output. Remove field offsets from girs.
(Virtual function and discriminator offsets are not removed, as they
aren't fully hooked up to the field-offset computation machinery yet.)

svn path=/trunk/; revision=877
ChangeLog
girepository/girparser.c
tests/boxed.gir
tests/scanner/annotation-1.0-expected.tgir
tests/scanner/drawable-1.0-expected.tgir
tests/scanner/drawable-injected-1.0-expected.tgir
tests/scanner/foo-1.0-expected.tgir
tests/scanner/utility-1.0-expected.tgir
tests/struct.gir
tests/union.gir
tools/generate.c