diff options
author | Colin Walters <walters@verbum.org> | 2008-08-13 16:10:09 +0000 |
---|---|---|
committer | Colin Walters <walters@src.gnome.org> | 2008-08-13 16:10:09 +0000 |
commit | 5ec7b60569fce361c5f78a042aebc5ad570dfb40 (patch) | |
tree | 0d4aa8846a9ecfd6e0dbedb3e54029739058bd6a /gir/Makefile.am | |
parent | 316f0ee0af07331e07624e769edfc11e457cd838 (diff) | |
download | gobject-introspection-5ec7b60569fce361c5f78a042aebc5ad570dfb40.tar.gz |
Record typedefs as <alias> elements. Also attempt to look up types in
2008-08-12 Colin Walters <walters@verbum.org>
* giscanner/transformer.py: Record typedefs as <alias> elements.
Also attempt to look up types in external namespaces.
* giscanner/girwriter.py: Write them.
* giscanner/glibtransformer.py: Rework resolver using real instanceof
checks. Resolve interface methods and properties.
* tests/scanner/foo-object.h: Add a method with typedef.
* tests/scanner/Foo-expected.gir: Update.
* girepository/girnode.c: Debug tweaks.
* girepository/girparser.c: Make a first pass through the XML where we
record all the aliases. This lets us resolve them as we go through the
second pass.
* gir/Makefile.am: Don't install gobject-2.0.gir; we want that to come
from gir-repository.
svn path=/trunk/; revision=355
Diffstat (limited to 'gir/Makefile.am')
-rw-r--r-- | gir/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gir/Makefile.am b/gir/Makefile.am index dce5152e..97e3c2d6 100644 --- a/gir/Makefile.am +++ b/gir/Makefile.am @@ -1,2 +1,2 @@ -girdir = $(datadir)/gir -dist_gir_DATA = gobject-2.0.gir +#girdir = $(datadir)/gir +#dist_gir_DATA = gobject-2.0.gir |