diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-11-29 17:07:58 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-11-29 17:07:58 +0100 |
| commit | 0d662b854358d3b29cc2cd6e078167dcc9c3b1bb (patch) | |
| tree | 2491e97e92c121622ddfa8126e3a237f7e86edb3 /src/wrapped/wrappedgmodule2_private.h | |
| parent | ea0b23b7836cd6b4692b1ad8d01b2a9afe486cd4 (diff) | |
| download | box64-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.h | 16 |
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, |