Exemplo n.º 1
0
 public static bool supported() => GModuleInterop.g_module_supported();
Exemplo n.º 2
0
 public static string error() => GModuleInterop.g_module_error();
Exemplo n.º 3
0
 public static GModule.Module open(string file_name, GModule.ModuleFlags flags) => GModuleInterop.g_module_open(file_name, flags);
Exemplo n.º 4
0
 public static string build_path(string directory, string module_name) => GModuleInterop.g_module_build_path(directory, module_name);