Low-level core library that forms the basis for projects such as GTK+ and GNOME.
Go to file
Giovanni Campagna fef2a7b8dd Fix accessing structure fields that are arrays
We need to distinguish inline arrays inside structures, and arrays
that are pointers and annotations, and we can do it with
g_type_info_is_pointer(), setting it to FALSE for fixed size arrays.
As a side effect, (array fixed-size=N) on a pointer type has no longer
the expected result.

https://bugzilla.gnome.org/show_bug.cgi?id=646635
2011-06-08 17:45:13 +02:00
cmph cmph: Squash a lot of gcc -Wall compiler warnings 2010-12-03 16:03:32 -05:00
cmph-bdz-test.c cmph-bdz-test: New test 2010-12-03 16:03:32 -05:00
gdump.c scanner: Rename g_irepository_dump when included from the dumper 2011-01-11 15:11:05 +01:00
giarginfo.c Add Since: for g_arg_info_is_skip() 2011-05-13 14:23:05 -04:00
giarginfo.h Add support for the (skip) annotation on parameters or return values 2011-05-13 14:18:48 -04:00
gibaseinfo.c Box GIBaseInfo structure. 2010-09-15 09:48:44 -03:00
gibaseinfo.h Box GIBaseInfo structure. 2010-09-15 09:48:44 -03:00
gicallableinfo.c Add support for the (skip) annotation on parameters or return values 2011-05-13 14:18:48 -04:00
gicallableinfo.h Add support for the (skip) annotation on parameters or return values 2011-05-13 14:18:48 -04:00
giconstantinfo.c [girepository] Add a missing include 2010-09-07 15:51:55 -03:00
giconstantinfo.h [GIRepository] Rename GArgument to GIArgument 2010-08-31 17:35:57 -03:00
gienuminfo.c Handle enumerations with the full range of signed and unsigned values 2010-11-01 17:25:45 -04:00
gienuminfo.h Handle enumerations with the full range of signed and unsigned values 2010-11-01 17:25:45 -04: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 Fix accessing structure fields that are arrays 2011-06-08 17:45:13 +02:00
gifieldinfo.h [GIRepository] Rename GArgument to GIArgument 2010-08-31 17:35:57 -03:00
gifunctioninfo.c Add g_vfunc_info_invoke and g_vfunc_info_get_address 2011-01-12 20:05:09 +01:00
gifunctioninfo.h [GIRepository] Rename GArgument to GIArgument 2010-08-31 17:35:57 -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 g_object_info_find_method_using_interfaces: Fix crash if not found 2010-12-06 11:14:53 -05:00
giobjectinfo.h g_object_info_find_method_using_interfaces: New function 2010-12-06 10:09:50 -05: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 Improve documentation for g_registered_type_info_get_g_type 2010-10-06 14:27:49 -03:00
giregisteredtypeinfo.h Add support for non-GObject fundamental objects 2010-07-09 10:15:45 -03:00
girepository-private.h Add g_vfunc_info_invoke and g_vfunc_info_get_address 2011-01-12 20:05:09 +01:00
girepository.c Add support for gunichar in typelib 2010-11-12 16:00:10 -05:00
girepository.h Avoid using namespace as identifier in public header files 2010-12-28 10:41:16 +01:00
girffi.c Account for arg direction in g_callable_info_get_ffi_arg_types 2011-02-09 07:52:53 +10:00
girffi.h Export gi_type_tag_get_ffi_type 2010-11-09 17:07:26 -05:00
girmodule.c Add directory index section 2010-12-03 16:03:33 -05:00
girmodule.h girepository: Consistently prefix internal functions with _ 2010-11-16 16:58:39 -05:00
girnode.c Fix accessing structure fields that are arrays 2011-06-08 17:45:13 +02:00
girnode.h Add support for the (skip) annotation on parameters or return values 2011-05-13 14:18:48 -04:00
giroffsets.c girepository: Consistently prefix internal functions with _ 2010-11-16 16:58:39 -05:00
girparser.c Add support for the (skip) annotation on parameters or return values 2011-05-13 14:18:48 -04:00
girparser.h girepository: Consistently prefix internal functions with _ 2010-11-16 16:58:39 -05:00
girwriter.c Add support for the (skip) annotation on parameters or return values 2011-05-13 14:18:48 -04:00
girwriter.h [girwriter] Refactor out of generate.c 2010-06-07 10:52:43 -03:00
gisignalinfo.c [GIRepository] Add missing transfer and skip 2010-08-31 17:50:44 -03:00
gisignalinfo.h [girepository] Move the rest out of ginfo.ch 2010-06-06 19:54:53 -03:00
gistructinfo.c [girepository] Document GIStructInfo & GIUnionInfo 2010-09-05 11:04:27 -03:00
gistructinfo.h [girepository] Move the rest out of ginfo.ch 2010-06-06 19:54:53 -03:00
gitypeinfo.c [GIRepository] Add missing transfer and skip 2010-08-31 17:50:44 -03:00
gitypeinfo.h Add support for gunichar in typelib 2010-11-12 16:00:10 -05:00
gitypelib-internal.h Add support for the (skip) annotation on parameters or return values 2011-05-13 14:18:48 -04:00
gitypelib.c Fix accessing structure fields that are arrays 2011-06-08 17:45:13 +02:00
gitypelib.h Remove extra lines from the license comment 2010-09-06 11:23:01 +02:00
gitypes.h Add support for gunichar in typelib 2010-11-12 16:00:10 -05:00
giunioninfo.c [girepository] Document GIStructInfo & GIUnionInfo 2010-09-05 11:04:27 -03:00
giunioninfo.h [girepository] Move the rest out of ginfo.ch 2010-06-06 19:54:53 -03:00
givfuncinfo.c Add g_vfunc_info_invoke and g_vfunc_info_get_address 2011-01-12 20:05:09 +01:00
givfuncinfo.h Add g_vfunc_info_invoke and g_vfunc_info_get_address 2011-01-12 20:05:09 +01:00
glib-compat.h Substitute deprecated Glib symbol: g_mapped_file_free 2009-12-15 11:06:50 -02:00
gthash-test.c Add internal hashing API designed for the typelib 2010-12-03 16:03:32 -05:00
gthash.c Add internal hashing API designed for the typelib 2010-12-03 16:03:32 -05:00