Set ctype of enums Improve enum parsing for enums without a GType. Make
authorJohan Dahlin <johan@gnome.org>
Mon, 18 Aug 2008 18:01:21 +0000 (18:01 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Mon, 18 Aug 2008 18:01:21 +0000 (18:01 +0000)
commit7e63a6289afb7d9162b47853fdbce63a5ef337db
treeabfb7a3bbe0abc195a4aec05906db15491e604e6
parent4fd557392dfe9c3ff65e2e600f8801df05a9859c
Set ctype of enums Improve enum parsing for enums without a GType. Make

2008-08-18  Johan Dahlin  <johan@gnome.org>

    * gir/Makefile.am:
    * giscanner/girparser.py:
    Set ctype of enums
    * giscanner/transformer.py:
    Improve enum parsing for enums without a GType.
    Make flags/enum references to other girs work
    * giscanner/utils.py:
    Simplify this a bit
    * tests/scanner/Makefile.am:
    * tests/scanner/foo-object.h:
    * tests/scanner/utility-expected.gir:
    * tests/scanner/utility.h:
    Add a new test for external enum references

svn path=/trunk/; revision=397
ChangeLog
gir/Makefile.am
giscanner/girparser.py
giscanner/transformer.py
giscanner/utils.py
tests/scanner/Makefile.am
tests/scanner/foo-object.h
tests/scanner/utility-expected.gir
tests/scanner/utility.h