11 lines
127 B
C#
11 lines
127 B
C#
|
namespace Gio
|
||
|
{
|
||
|
|
||
|
public partial class Global
|
||
|
{
|
||
|
|
||
|
public static bool IsSupported => GLibrary.IsSupported(Library.Gio);
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|