コード例 #1
0
ファイル: GModule.Generated.cs プロジェクト: tmds/Tmds.GLib
 public static bool supported() => GModuleInterop.g_module_supported();
コード例 #2
0
ファイル: GModule.Generated.cs プロジェクト: tmds/Tmds.GLib
 public static string error() => GModuleInterop.g_module_error();
コード例 #3
0
ファイル: GModule.Generated.cs プロジェクト: tmds/Tmds.GLib
 public static GModule.Module open(string file_name, GModule.ModuleFlags flags) => GModuleInterop.g_module_open(file_name, flags);
コード例 #4
0
ファイル: GModule.Generated.cs プロジェクト: tmds/Tmds.GLib
 public static string build_path(string directory, string module_name) => GModuleInterop.g_module_build_path(directory, module_name);