Add a GirParser object to hold the state of a compilation
authorOwen Taylor <otaylor@src.gnome.org>
Wed, 12 Nov 2008 17:16:42 +0000 (17:16 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 12 Nov 2008 17:16:42 +0000 (17:16 +0000)
commitf072e4cfc30880ab88887afaa5df936c45922305
treed1da1126ed92d51c69a92399023658137dc64f46
parent149c68605af0f255857182a973791dbc613c1bd4
Add a GirParser object to hold the state of a compilation

Add a toplevel GirParser object to hold state that is global across
a compilation. Currently just holds the include path, but will
eventually also keep a cached list of parsed modules.

svn path=/trunk/; revision=901
girepository/girparser.c
girepository/girparser.h
tools/compiler.c