about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedgmodule2_private.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-11-29 17:07:58 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-11-29 17:07:58 +0100
commit0d662b854358d3b29cc2cd6e078167dcc9c3b1bb (patch)
tree2491e97e92c121622ddfa8126e3a237f7e86edb3 /src/wrapped/wrappedgmodule2_private.h
parentea0b23b7836cd6b4692b1ad8d01b2a9afe486cd4 (diff)
downloadbox64-0d662b854358d3b29cc2cd6e078167dcc9c3b1bb.tar.gz
box64-0d662b854358d3b29cc2cd6e078167dcc9c3b1bb.zip
[WRAPPER] Refactored some glib2 signal handling
Diffstat (limited to 'src/wrapped/wrappedgmodule2_private.h')
-rw-r--r--src/wrapped/wrappedgmodule2_private.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/wrapped/wrappedgmodule2_private.h b/src/wrapped/wrappedgmodule2_private.h
index 9aed4516..bc608126 100644
--- a/src/wrapped/wrappedgmodule2_private.h
+++ b/src/wrapped/wrappedgmodule2_private.h
@@ -3,12 +3,12 @@
 #endif
 
 //GO(_fini, 
-GO(g_module_build_path, pFpp)
-GO(g_module_close, iFp)
-GO(g_module_error, pFv)
-GO(g_module_make_resident, vFp)
-GO(g_module_name, pFp)
-GO(g_module_open, pFpu)
-GO(g_module_supported, iFv)
-GO(g_module_symbol, iFppp)
+//GO(g_module_build_path, pFpp)
+//GO(g_module_close, iFp)
+//GO(g_module_error, pFv)
+//GO(g_module_make_resident, vFp)
+//GO(g_module_name, pFp)
+//GO(g_module_open, pFpu)
+//GO(g_module_supported, iFv)
+//GO(g_module_symbol, iFppp)
 //GO(_init,