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