Low-level core library that forms the basis for projects such as GTK+ and GNOME.
Go to file
Owen Taylor 8c88777cfb Bug 560248 – "disguised structures"
Certain types like GIConv and GdkAtom are pointers internally but don't
look like pointers when referenced. They have the form.

 typedef struct _X *X;

Parse these as structures/records but mark them in the gir with a 'disguised'
attribute so that we know that they need special handling.

In the typelib treat them like any other structure.

svn path=/trunk/; revision=872
2008-11-10 23:58:49 +00:00
ginfo.c Bug 557786 - support fixed size arrays 2008-10-25 15:20:54 +00:00
ginvoke.c Don't use nested scope local variable for error 2008-11-05 22:09:44 +00:00
girepository.c Bug 557791 – g_irepository_require() could return a GTypelib * 2008-10-25 15:48:50 +00:00
girepository.h Bug 557791 – g_irepository_require() could return a GTypelib * 2008-10-25 15:48:50 +00:00
girmodule.c Export two private methods to avoid an compiler warning 2008-10-24 11:32:31 +00:00
girmodule.h Export two private methods to avoid an compiler warning 2008-10-24 11:32:31 +00:00
girnode.c Bug 557786 - support fixed size arrays 2008-10-25 15:20:54 +00:00
girnode.h Bug 560248 – "disguised structures" 2008-11-10 23:58:49 +00:00
girparser.c Bug 560248 – "disguised structures" 2008-11-10 23:58:49 +00:00
girparser.h fix some build warnings. 2008-10-22 14:31:58 +00:00
girwriter.c Bug 557405 – Use 'allow-none' consistently 2008-10-22 14:02:02 +00:00
girwriter.h Move shared *.[ch] files to girepository from tools 2008-08-09 12:46:48 +00:00
gtypelib.c Bug 557898 – Fails to build on OSX 10.4 2008-11-01 18:21:55 +00:00
gtypelib.h Bug 557786 - support fixed size arrays 2008-10-25 15:20:54 +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