mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-02-25 16:26:48 +00:00
make Unref method public, it's needed for reparenting widgets
svn path=/trunk/gtk-sharp/; revision=10792
This commit is contained in:
parent
10be759584
commit
0d2387f900
|
@ -105,7 +105,7 @@ namespace GLib {
|
|||
/// This method is used by generated classes and structs,
|
||||
/// and should not be used in user code.
|
||||
/// </remarks>
|
||||
protected virtual void Unref ()
|
||||
public virtual void Unref ()
|
||||
{
|
||||
if (_obj == IntPtr.Zero)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue