diff --git a/glib/Object.cs b/glib/Object.cs index f3bb92783..0deac9158 100644 --- a/glib/Object.cs +++ b/glib/Object.cs @@ -105,7 +105,7 @@ namespace GLib { /// This method is used by generated classes and structs, /// and should not be used in user code. /// - protected virtual void Unref () + public virtual void Unref () { if (_obj == IntPtr.Zero) return;