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