godot/core/extension
Jan Haller ebb3306da3 Extension header: amend const correctness of p_args parameters
A while ago, argument arrays were passed as const GDNativeTypePtr* (void* const*)
This was changed to GDNativeConstTypePtr* (void const**), adding const on the value but removing it on the pointer level.
This commit changes argument types to const GDExtensionConstTypePtr* (void const* const*).

Besides object pointers, the same change is applied to variant pointers.
2022-12-14 18:25:30 +01:00
..
extension_api_dump.cpp Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
extension_api_dump.h Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
gdextension.cpp Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
gdextension.h Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
gdextension_interface.cpp Extension header: amend const correctness of p_args parameters 2022-12-14 18:25:30 +01:00
gdextension_interface.h Extension header: amend const correctness of p_args parameters 2022-12-14 18:25:30 +01:00
gdextension_manager.cpp Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
gdextension_manager.h Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
make_interface_dumper.py Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
make_wrappers.py [GDExtension] Use function names with underscore for TextServer extension, add macros to generate wrappers for module functions. 2022-09-28 10:04:11 +03:00
SCsub Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00