about summary refs log tree commit diff stats
path: root/src/tools
diff options
context:
space:
mode:
authorLeslie Zhai <zhaixiang@loongson.cn>2025-08-05 14:22:01 +0800
committerGitHub <noreply@github.com>2025-08-05 08:22:01 +0200
commitdaeff6fc41f7c2e879d9d8d95b9b7a8530e3073a (patch)
tree4eb623e455c8dbef8ee896f0fe30aa38434117a5 /src/tools
parent368f14b4ce1ae8635f4df2e1295fe745c2db867d (diff)
downloadbox64-daeff6fc41f7c2e879d9d8d95b9b7a8530e3073a.tar.gz
box64-daeff6fc41f7c2e879d9d8d95b9b7a8530e3073a.zip
[WRAPPER] Wrapped g_type_module_use, g_type_module_register_type and g_type_module_add_interface (#2895)
* [WRAPPER] Wrapped g_type_module_use, g_type_module_register_type and g_type_module_add_interface

* [WRAPPER] Removed duplicated my_GInterfaceInfo_t
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/gtkclass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/gtkclass.c b/src/tools/gtkclass.c
index 8f68b9df..2ab2e863 100644
--- a/src/tools/gtkclass.c
+++ b/src/tools/gtkclass.c
@@ -5434,7 +5434,7 @@ static int my_class_init_##A(void* a, void* b)                              \
 }
 SUPER()
 #undef GO
-static void* find_class_init_Fct(void* fct, size_t parent)
+void* find_class_init_Fct(void* fct, size_t parent)
 {
     if(!fct) return fct;
     if(GetNativeFnc((uintptr_t)fct))  return GetNativeFnc((uintptr_t)fct);