diff options
| author | Aaron Franke <arnfranke@yahoo.com> | 2023-06-02 09:57:10 -0500 |
|---|---|---|
| committer | Aaron Franke <arnfranke@yahoo.com> | 2023-06-02 12:36:10 -0500 |
| commit | 8b42297d7c402e83ea292cff22a3ed6349c64bab (patch) | |
| tree | e7808b8667d35443088a4a8bd8e6e206c2bf4e96 /misc | |
| parent | d3e4db4a7b924720089adfc216e3f4bd959fb34b (diff) | |
| download | redot-engine-8b42297d7c402e83ea292cff22a3ed6349c64bab.tar.gz | |
Make `Viewport::gui_get_focus_owner` const
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/extension_api_validation/4.0-stable.expected | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.0-stable.expected b/misc/extension_api_validation/4.0-stable.expected index 88d41160ce..2dad9359d4 100644 --- a/misc/extension_api_validation/4.0-stable.expected +++ b/misc/extension_api_validation/4.0-stable.expected @@ -6,6 +6,14 @@ should instead be used to justify these changes and describe how users should wo ======================================================================================================================== +GH-77757 +-------- +Validate extension JSON: Error: Field 'classes/Viewport/methods/gui_get_focus_owner': is_const changed value in new API, from false to true. +Validate extension JSON: Error: Hash changed for 'classes/Viewport/methods/gui_get_focus_owner', from 31757941 to A5E188F5. This means that the function has changed and no compatibility function was provided. + +This method does not affect the state of Viewport so it should be const. + + GH-74736 -------- Validate extension JSON: Error: Field 'classes/MenuBar/properties/start_index': type changed value in new API, from "bool" to "int". |
