glib/girepository
Philip Withnall 5db23afe14 gitypeinfo: Fix some precondition return values
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
2023-12-12 18:55:41 +00:00
..
cmph tests: Improve build of cmph tests in girepository 2023-11-21 14:21:07 +00:00
tests girepository: Add a couple of very simple unit tests 2023-12-12 16:58:27 +00:00
cmph-bdz-test.c Merge branch 'leak-fixes' into 'main' 2023-11-14 13:59:58 +00:00
docs.c girepository: Add SPDX license header to all obvious files 2023-10-25 17:10:10 +01:00
gdump.c girepository: Remove redundant GLib version checks 2023-11-08 15:06:21 +00:00
gi-dump-types.c girepository: Add remaining license/copyright SPDX headers 2023-10-25 17:12:25 +01:00
giarginfo.c girepository: Rename GIArgInfo methods to be clearer 2023-12-12 18:55:41 +00:00
giarginfo.h girepository: Rename GIArgInfo methods to be clearer 2023-12-12 18:55:41 +00:00
gibaseinfo-private.h girepository: Port GIBaseInfo to GTypeInstance 2023-12-12 16:58:04 +00:00
gibaseinfo.c girepository: constify iterator arguments 2023-12-12 18:55:41 +00:00
gibaseinfo.h girepository: constify iterator arguments 2023-12-12 18:55:41 +00:00
gicallableinfo.c gicallableinfo: Fix int signedness in APIs 2023-12-12 18:55:41 +00:00
gicallableinfo.h gicallableinfo: Fix int signedness in APIs 2023-12-12 18:55:41 +00:00
gicallbackinfo.c girepository: Port GIBaseInfo to GTypeInstance 2023-12-12 16:58:04 +00:00
gicallbackinfo.h girepository: Port GIBaseInfo to GTypeInstance 2023-12-12 16:58:04 +00:00
giconstantinfo.c giconstantinfo: Correctly represent a size as gsize 2023-12-12 18:55:41 +00:00
giconstantinfo.h giconstantinfo: Correctly represent a size as gsize 2023-12-12 18:55:41 +00:00
gienuminfo.c gienuminfo: Fix int signedness in APIs 2023-12-12 18:55:41 +00:00
gienuminfo.h gienuminfo: Fix int signedness in APIs 2023-12-12 18:55:41 +00:00
gifieldinfo.c gifieldinfo: Fix int signedness in APIs 2023-12-12 18:55:41 +00:00
gifieldinfo.h gifieldinfo: Fix int signedness in APIs 2023-12-12 18:55:41 +00:00
gifunctioninfo.c girepository: Fix int signedness in private GIBaseInfo APIs 2023-12-12 18:55:41 +00:00
gifunctioninfo.h gifunctioninfo: Fix int signedness in APIs 2023-12-12 18:55:41 +00:00
giinterfaceinfo.c giinterfaceinfo: Fix int signedness in APIs 2023-12-12 18:55:41 +00:00
giinterfaceinfo.h giinterfaceinfo: Fix int signedness in APIs 2023-12-12 18:55:41 +00:00
ginvoke.c girepository: Use subdir paths in #includes 2023-10-25 17:45:42 +01:00
giobjectinfo.c giobjectinfo: Rename get_*_function() methods to get_*_function_name() 2023-12-12 18:55:41 +00:00
giobjectinfo.h giobjectinfo: Rename get_*_function() methods to get_*_function_name() 2023-12-12 18:55:41 +00:00
gipropertyinfo.c girepository: Port GIBaseInfo to GTypeInstance 2023-12-12 16:58:04 +00:00
gipropertyinfo.h girepository: Rename gi_base_info_get_type() to get_info_type() 2023-12-12 16:58:04 +00:00
giregisteredtypeinfo.c girepository: Rename get_type_init() methods to get_type_init_function_name() 2023-12-12 18:55:41 +00:00
giregisteredtypeinfo.h girepository: Rename get_type_init() methods to get_type_init_function_name() 2023-12-12 18:55:41 +00:00
girepository-private.h girepository: Fix int signedness in private GIBaseInfo APIs 2023-12-12 18:55:41 +00:00
girepository.c girepository: Fix int signedess in repository APIs 2023-12-12 18:55:41 +00:00
girepository.h girepository: Fix int signedess in repository APIs 2023-12-12 18:55:41 +00:00
girffi.c girepository: Rename gi_base_info_get_type() to get_info_type() 2023-12-12 16:58:04 +00:00
girffi.h girepository: Rename symbols to the GI namespace 2023-11-08 15:05:20 +00:00
girmodule-private.h girepository: Remove _ prefix from private functions 2023-11-08 15:23:31 +00:00
girmodule.c girepository: Remove _ prefix from private functions 2023-11-08 15:23:31 +00:00
girnode-private.h girepository: Remove _ prefix from private functions 2023-11-08 15:23:31 +00:00
girnode.c girepository: Remove _ prefix from private functions 2023-11-08 15:23:31 +00:00
giroffsets.c girepository: Remove _ prefix from private functions 2023-11-08 15:23:31 +00:00
girparser-private.h girepository: Remove _ prefix from private functions 2023-11-08 15:23:31 +00:00
girparser.c girepository: Remove _ prefix from private functions 2023-11-08 15:23:31 +00:00
girwriter-private.h girepository: Rename symbols to the GI namespace 2023-11-08 15:05:20 +00:00
girwriter.c gitypeinfo: Rename get_array_length() to get_array_length_index() 2023-12-12 18:55:41 +00:00
gisignalinfo.c girepository: Port GIBaseInfo to GTypeInstance 2023-12-12 16:58:04 +00:00
gisignalinfo.h girepository: Rename gi_base_info_get_type() to get_info_type() 2023-12-12 16:58:04 +00:00
gistructinfo.c gistructinfo: Rename get_*_function() methods to get_*_function_name() 2023-12-12 18:55:41 +00:00
gistructinfo.h gistructinfo: Rename get_*_function() methods to get_*_function_name() 2023-12-12 18:55:41 +00:00
gitypeinfo.c gitypeinfo: Fix some precondition return values 2023-12-12 18:55:41 +00:00
gitypeinfo.h gitypeinfo: Rename get_array_length() to get_array_length_index() 2023-12-12 18:55:41 +00:00
gitypelib-internal.h girepository: Remove _ prefix from private functions 2023-11-08 15:23:31 +00:00
gitypelib.c gitypelib: Add missing introspection annotations in GITypelib 2023-12-12 16:58:04 +00:00
gitypelib.h girepository: Update docs for GITypelib for gi-docgen 2023-12-12 16:58:04 +00:00
gitypes.h girepository: Port GIBaseInfo to GTypeInstance 2023-12-12 16:58:04 +00:00
giunioninfo.c girepository: Port GIBaseInfo to GTypeInstance 2023-12-12 16:58:04 +00:00
giunioninfo.h girepository: Rename gi_base_info_get_type() to get_info_type() 2023-12-12 16:58:04 +00:00
giunresolvedinfo.c girepository: Port GIBaseInfo to GTypeInstance 2023-12-12 16:58:04 +00:00
giunresolvedinfo.h girepository: Port GIBaseInfo to GTypeInstance 2023-12-12 16:58:04 +00:00
givfuncinfo.c girepository: Fix int signedness in private GIBaseInfo APIs 2023-12-12 18:55:41 +00:00
givfuncinfo.h girepository: Rename gi_base_info_get_type() to get_info_type() 2023-12-12 16:58:04 +00:00
gthash-test.c girepository: Remove _ prefix from private functions 2023-11-08 15:23:31 +00:00
gthash.c girepository: Ignore set-but-not-used warnings with G_DISABLE_ASSERT 2023-11-14 10:37:27 +00:00
meson.build girepository: Add a couple of very simple unit tests 2023-12-12 16:58:27 +00:00