make Unref method public, it's needed for reparenting widgets

svn path=/trunk/gtk-sharp/; revision=10792
This commit is contained in:
Radek Doulik 2003-01-21 21:43:12 +00:00
parent 10be759584
commit 0d2387f900

View File

@ -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;