2008-04-17 Mike Kestner <mkestner@novell.com>
* glib/Object.cs: add Harden method to reduce the reflection overhead in Gnome.Program. svn path=/trunk/gtk-sharp/; revision=101024
This commit is contained in:
parent
d2a74c9a37
commit
35bc523511
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-04-17 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* glib/Object.cs: add Harden method to reduce the reflection
|
||||
overhead in Gnome.Program.
|
||||
|
||||
2008-04-17 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* glib/ToggleRef.cs: Add a Harden method to switch to a standard
|
||||
|
|
|
@ -515,5 +515,10 @@ namespace GLib {
|
|||
return gtksharp_object_get_ref_count (Handle);
|
||||
}
|
||||
}
|
||||
|
||||
internal void Harden ()
|
||||
{
|
||||
tref.Harden ();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue