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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue