Low-level core library that forms the basis for projects such as GTK+ and GNOME.
Go to file
Colin Walters bfb6271201 Strengthen check for interface vs basic types
Previously we were just checking "reserved", but to be more correct
we should check whether reserved2 is zero as well because it is
possible for offsets to have reserved = 0 but reserved2 != 0.

svn path=/trunk/; revision=620
2008-09-19 23:43:38 +00:00
ginfo.c Strengthen check for interface vs basic types 2008-09-19 23:43:38 +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 Don't add spurious * if type is pointer; the is_pointer flag is enough 2008-09-16 19:44:30 +00:00
girnode.h Allow both union and struct to be boxed or not 2008-09-06 20:33:51 +00:00
girparser.c Bug 552065: Add deprecation information to GIR 2008-09-15 14:46:19 +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 Strengthen check for interface vs basic types 2008-09-19 23:43:38 +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