diff --git a/src/Libs/GLib-2.0/GObject/Public/Type.cs b/src/Libs/GLib-2.0/GObject/Public/Type.cs index 3ff15da8a..1235391c5 100644 --- a/src/Libs/GLib-2.0/GObject/Public/Type.cs +++ b/src/Libs/GLib-2.0/GObject/Public/Type.cs @@ -3,7 +3,7 @@ namespace GObject; [StructLayout(LayoutKind.Explicit)] -public struct Type +public readonly record struct Type { //This is a manual implementation of GObject.Type inside GLib project inside the GObject namespace.