diff options
author | Johan Dahlin <johan@gnome.org> | 2008-08-18 18:01:21 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-08-18 18:01:21 +0000 |
commit | 7e63a6289afb7d9162b47853fdbce63a5ef337db (patch) | |
tree | abfb7a3bbe0abc195a4aec05906db15491e604e6 /gir | |
parent | 4fd557392dfe9c3ff65e2e600f8801df05a9859c (diff) | |
download | gobject-introspection-7e63a6289afb7d9162b47853fdbce63a5ef337db.tar.gz |
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
Diffstat (limited to 'gir')
-rw-r--r-- | gir/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gir/Makefile.am b/gir/Makefile.am index fe4f9095..5f757cd5 100644 --- a/gir/Makefile.am +++ b/gir/Makefile.am @@ -49,6 +49,7 @@ gio-2.0.gir: $(G_IR_SCANNER) $(G_IR_SCANNER_FILES) -I$(GIO_LIBDIR)/glib-2.0/include \ -DGIO_COMPILATION \ --pkg glib-2.0 \ + --pkg gobject-2.0 \ $(GLIB_INCLUDEDIR)/gio/*.h BUILT_SOURCES += gio-2.0.gir CLEANFILES = $(BUILT_SOURCES) |