about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedgmodule2_private.h
blob: 45beba45a3c2d9c3fb5166deeb1d5da0b28797f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error meh!
#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, pFpi)
GO(g_module_supported, iFv)
GO(g_module_symbol, iFppp)
//GO(_init,