Exemplo n.º 1
0
 public static extern bool g_module_symbol(GModule.Module module, string symbol_name, out System.IntPtr symbol);
Exemplo n.º 2
0
 public static extern void g_module_make_resident(GModule.Module module);
Exemplo n.º 3
0
 public static extern string g_module_name(GModule.Module module);
Exemplo n.º 4
0
 public static extern bool g_module_close(GModule.Module module);