mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 10:45:30 +00:00
11 lines
139 B
C#
11 lines
139 B
C#
namespace GtkSource
|
|
{
|
|
|
|
public partial class Global
|
|
{
|
|
|
|
public static bool IsSupported => GLibrary.IsSupported(Library.GtkSource);
|
|
|
|
}
|
|
|
|
} |