Low-level core library that forms the basis for projects such as GTK+ and GNOME.
Go to file
Steve Frécinaux 439753a5b3 Do not leak typelibs with wrong header info.
Previously the typelibs that were loaded but whose header information
weren't right were just leaked.

https://bugzilla.gnome.org/show_bug.cgi?id=625672
2010-08-03 23:42:08 +02:00
gdump.c Add support for non-GObject fundamental objects 2010-07-09 10:15:45 -03:00
giarginfo.c [docs] Add struct hierarchy to each section 2010-06-11 20:16:00 -03:00
giarginfo.h [girepository] Move GIArgInfo out of ginfo.ch 2010-06-05 12:40:34 -03:00
gibaseinfo.c Allow attributes on parameters and return values 2010-06-24 11:53:18 -04:00
gibaseinfo.h Remove left-over comments 2010-06-06 22:47:21 -03:00
gicallableinfo.c Allow attributes on parameters and return values 2010-06-24 11:53:18 -04:00
gicallableinfo.h Allow attributes on parameters and return values 2010-06-24 11:53:18 -04:00
giconstantinfo.c Don't include machine-dependent integral types in the typelib 2010-07-09 14:15:52 -04:00
giconstantinfo.h [girepository] Move the rest out of ginfo.ch 2010-06-06 19:54:53 -03:00
gienuminfo.c [docs] Add struct hierarchy to each section 2010-06-11 20:16:00 -03:00
gienuminfo.h [girepository] Move GIEnumInfo out of ginfo.ch 2010-06-06 13:09:08 -03:00
gierrordomaininfo.c [docs] Add struct hierarchy to each section 2010-06-11 20:16:00 -03:00
gierrordomaininfo.h [girepository] Move GIErrorDomainInfo out of ginfo.ch 2010-06-06 13:01:26 -03:00
gifieldinfo.c Don't include machine-dependent integral types in the typelib 2010-07-09 14:15:52 -04:00
gifieldinfo.h [gfield] Move over field set/get impl. 2010-06-06 13:27:12 -03:00
gifunctioninfo.c [docs] Add struct hierarchy to each section 2010-06-11 20:16:00 -03:00
gifunctioninfo.h [gifunction.h] Move GIFunctionInfoFlags to gitypes.h 2010-06-06 19:55:00 -03:00
giinterfaceinfo.c [GIVInterfaceInfo] Document and check args 2010-06-12 11:14:36 -03:00
giinterfaceinfo.h [girepository] Move the rest out of ginfo.ch 2010-06-06 19:54:53 -03:00
ginvoke.c [gifunctioninfo] Move over invoke function 2010-06-06 13:27:16 -03:00
giobjectinfo.c Add support for non-GObject fundamental objects 2010-07-09 10:15:45 -03:00
giobjectinfo.h Add support for non-GObject fundamental objects 2010-07-09 10:15:45 -03:00
gipropertyinfo.c [g_property_info_get_flags] Document properly 2010-06-11 21:06:02 -03:00
gipropertyinfo.h Support the (transfer) annotation for properties. 2010-06-08 17:35:12 +02:00
giregisteredtypeinfo.c [docs] Add struct hierarchy to each section 2010-06-11 20:16:00 -03:00
giregisteredtypeinfo.h Add support for non-GObject fundamental objects 2010-07-09 10:15:45 -03:00
girepository-private.h [girepository-private] Add ffi declarations 2010-07-28 09:01:33 -03:00
girepository.c Do not leak typelibs with wrong header info. 2010-08-03 23:42:08 +02:00
girepository.h Add new API g_typelib_require_private() 2010-08-03 23:36:54 +02:00
girffi.c Don't include machine-dependent integral types in the typelib 2010-07-09 14:15:52 -04:00
girffi.h [girepository] Document most of the structs 2010-05-18 18:11:58 -03:00
girmodule.c [girepository] Actually verify header of loaded typelibs in g_irepository_require 2010-07-14 11:59:11 -04:00
girmodule.h [gtypelib.ch] Rename to gitypelib.ch 2010-05-31 17:47:50 -03:00
girnode.c Don't include machine-dependent integral types in the typelib 2010-07-09 14:15:52 -04:00
girnode.h Add support for non-GObject fundamental objects 2010-07-09 10:15:45 -03:00
giroffsets.c [girepository] Kill girffi-private.h 2010-06-06 23:22:57 -03:00
girparser.c Don't include machine-dependent integral types in the typelib 2010-07-09 14:15:52 -04:00
girparser.h Support introspectable=no attribute, add warnings framework 2010-06-17 13:05:59 -04:00
girwriter.c Don't include machine-dependent integral types in the typelib 2010-07-09 14:15:52 -04:00
girwriter.h [girwriter] Refactor out of generate.c 2010-06-07 10:52:43 -03:00
gisignalinfo.c [docs] Add struct hierarchy to each section 2010-06-11 20:16:00 -03:00
gisignalinfo.h [girepository] Move the rest out of ginfo.ch 2010-06-06 19:54:53 -03:00
gistructinfo.c [girepository] Don't include girffi.h everywhere 2010-06-06 23:17:46 -03:00
gistructinfo.h [girepository] Move the rest out of ginfo.ch 2010-06-06 19:54:53 -03:00
gitypeinfo.c [docs] Add struct hierarchy to each section 2010-06-11 20:16:00 -03:00
gitypeinfo.h Add g_info_type_to_string (GIInfoType type) 2010-07-28 12:24:10 +02:00
gitypelib-internal.h Add BLOB_TYPE_FLAGS to BLOB_IS_REGISTERED_TYPE 2010-07-28 16:35:47 +02:00
gitypelib.c Fix two compilation warnings 2010-07-19 17:48:17 -04:00
gitypelib.h [girepository] Actually verify header of loaded typelibs in g_irepository_require 2010-07-14 11:59:11 -04:00
gitypes.h Don't include machine-dependent integral types in the typelib 2010-07-09 14:15:52 -04:00
giunioninfo.c [girepository] Don't include girffi.h everywhere 2010-06-06 23:17:46 -03:00
giunioninfo.h [girepository] Move the rest out of ginfo.ch 2010-06-06 19:54:53 -03:00
givfuncinfo.c [docs] Add struct hierarchy to each section 2010-06-11 20:16:00 -03:00
givfuncinfo.h [girepository] Move the rest out of ginfo.ch 2010-06-06 19:54:53 -03:00
glib-compat.h Substitute deprecated Glib symbol: g_mapped_file_free 2009-12-15 11:06:50 -02:00
Makefile.am Bump shared library version, typelib version 2010-07-09 14:15:52 -04:00