Low-level core library that forms the basis for projects such as GTK+ and GNOME.
Go to file
Colin Walters 8f09203dda Allow both union and struct to be boxed or not
* girepository/girnode.c: Allow gtype_name
	and gtype_init in struct and union.
	* girepository/girparser.c: Parse glib:
	boxed bits for both structure and union.
	* girepository/gtypelib.c: Don't barf
	if structure is boxed.
	* giscanner/girparser.py: Parse new XML
	format.
	* giscanner/girwriter.py: Write out new
	XML format.
	* giscanner/glibast.py: Define new classes
	which are both Boxed and Struct/Union, as
	well as an "Other" for everything else.
	* giscanner/glibtransformer.py: Handle
	boxed types specially; we try to merge
	them with a struct/union if one exists,
	otherwise fall back to generic boxed.
	* tests/*: Update.
	* tools/generate.c: Write out new format.

svn path=/trunk/; revision=575
2008-09-06 20:33:51 +00:00
ginfo.c Add back unresolved 2008-08-30 20:31:16 +00:00
ginvoke.c Rename metadata to typelib in variable names, comments and apis. 2008-08-09 12:55:32 +00:00
girepository.c Remove g_irepository_unregister, add GIRepositoryLoadFlags 2008-08-30 20:31:12 +00:00
girepository.h Add back unresolved 2008-08-30 20:31:16 +00:00
girmodule.c Put dependencies in typelibs, resolve them when loading 2008-08-30 20:31:07 +00:00
girmodule.h Put dependencies in typelibs, resolve them when loading 2008-08-30 20:31:07 +00:00
girnode.c Allow both union and struct to be boxed or not 2008-09-06 20:33:51 +00:00
girnode.h Allow both union and struct to be boxed or not 2008-09-06 20:33:51 +00:00
girparser.c Allow both union and struct to be boxed or not 2008-09-06 20:33:51 +00:00
girparser.h Fix --includedir handling 2008-08-28 22:13:00 +00:00
girwriter.c Move shared *.[ch] files to girepository from tools 2008-08-09 12:46:48 +00:00
girwriter.h Move shared *.[ch] files to girepository from tools 2008-08-09 12:46:48 +00:00
gtypelib.c Allow both union and struct to be boxed or not 2008-09-06 20:33:51 +00:00
gtypelib.h Put dependencies in typelibs, resolve them when loading 2008-08-30 20:31:07 +00:00
Makefile.am Make g-ir-scanner work on Windows. Still problems with the typelib code. 2008-08-27 13:33:21 +00:00