mirror of
https://github.com/stan220/gkj-binding-leak-poc.git
synced 2026-09-08 17:28:58 +00:00
Minimal repro for godot-kotlin-jvm non-RefCounted binding leak
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
// THIS FILE IS GENERATED! DO NOT EDIT OR DELETE IT. EDIT OR DELETE THE ASSOCIATED SOURCE CODE FILE INSTEAD
|
||||
// Note: You can however freely move this file inside your godot project if you want. Keep in mind however, that if you rename the originating source code file, this file will be deleted and regenerated as a new file instead of being updated! Other modifications to the source file however, will result in this file being updated.
|
||||
|
||||
registeredName = LeakPoc
|
||||
fqName = LeakPoc
|
||||
baseType = Node
|
||||
supertypes = [
|
||||
godot.api.Node,
|
||||
godot.api.Object,
|
||||
godot.core.KtObject,
|
||||
godot.common.interop.NativeWrapper,
|
||||
godot.common.interop.NativePointer
|
||||
]
|
||||
signals = [
|
||||
|
||||
]
|
||||
properties = [
|
||||
|
||||
]
|
||||
functions = [
|
||||
_process
|
||||
]
|
||||
Reference in New Issue
Block a user