Low-level core library that forms the basis for projects such as GTK+ and GNOME.
Johan Bilien
119c5034a1
Bug 558068 – when invoking a method, offset the in arguments by one, not
...
2008-10-27 Johan Bilien <jobi@via.ecp.fr>
Bug 558068 – when invoking a method, offset the in arguments by one,
not the out
* tests/invoke/invoke.c, tests/invoke/testfns.c,
tests/invoke/testfns-1.0.gir: Add testing of method and constructor.
* girepository/ginvoke.c: do not offset the index of given out
arguments by one for methods, "this" is provided as in argument only.
svn path=/trunk/; revision=820
2008-10-27 15:03:18 +00:00
ginfo.c
Bug 557786 - support fixed size arrays
2008-10-25 15:20:54 +00:00
ginvoke.c
Bug 558068 – when invoking a method, offset the in arguments by one, not
2008-10-27 15:03:18 +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 557786 - support fixed size arrays
2008-10-25 15:20:54 +00:00
girparser.c
Bug 557786 - support fixed size arrays
2008-10-25 15:20:54 +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
Only use SHLIB_SUFFIX on darwin, otherwise use G_MODULE_SUFFIX, we cannot
2008-10-24 11:19:49 +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