Low-level core library that forms the basis for projects such as GTK+ and GNOME.
Go to file
Colin Walters 1735ebde9a [typelib] Clean up dlopen handling
It's was busted that g_typelib_new_* does the dlopen() since that caused
g-ir-compiler to load the modules even though it wasn't going to do
anything with them.

Instead, change things so that g_module_symbol does the dlopen on-demand.
Remove the extra dlopen(NULL) inside girepository.c, we had another
already in gtypelib.c.

Thanks to Owen Taylor for suggesting this approach.
2009-08-19 11:05:08 -04:00
gdump.c add FT_Int32 add XftFont Report errors when an invalid type is encountered 2009-01-16 00:42:22 +00:00
gfield.c Fix checks in gfield.c 2009-07-09 11:06:20 +01:00
ginfo.c Name unions to enable compilation on Solaris 2009-06-24 23:52:05 +02:00
ginfo.h Bug 561137 - support multiple repositories 2008-11-25 21:48:34 +00:00
ginvoke.c Bug 572965 – Allow generic marshaller to be called without parameters 2009-02-24 15:22:59 +00:00
girepository.c [typelib] Clean up dlopen handling 2009-08-19 11:05:08 -04:00
girepository.h Bug 584423 – Add short/ushort support 2009-06-22 14:01:56 -04:00
girffi.c Bug 584423 – Add short/ushort support 2009-06-22 14:01:56 -04:00
girffi.h Add utility functions for invocing closures given a GICallableInfo using 2009-02-05 00:40:14 +00:00
girmodule.c Bug 564016 - Include c:prefix in typelib, use it to optimize find_by_gtype 2009-03-17 16:29:08 -04:00
girmodule.h Bug 564016 - Include c:prefix in typelib, use it to optimize find_by_gtype 2009-03-17 16:29:08 -04:00
girnode.c Sync the basic types array in girnode.c:serialize_type with GITypeTag 2009-07-06 11:32:41 -04:00
girnode.h Bug 557383 - Virtual method support 2009-03-05 15:52:12 -05:00
giroffsets.c Add gtk-doc support 2009-02-12 01:32:25 -02:00
girparser.c Bug 584423 – Add short/ushort support 2009-06-22 14:01:56 -04:00
girparser.h Add a GirParser object to hold the state of a compilation 2008-11-12 17:16:42 +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 [typelib] Clean up dlopen handling 2009-08-19 11:05:08 -04:00
gtypelib.h [typelib] Clean up dlopen handling 2009-08-19 11:05:08 -04:00
Makefile.am Add utility functions for invocing closures given a GICallableInfo using 2009-02-05 00:40:14 +00:00