mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-06-02 03:30:28 +00:00
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
|
@ -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>
|
2008-04-17 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
* glib/ToggleRef.cs: Add a Harden method to switch to a standard
|
* 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);
|
return gtksharp_object_get_ref_count (Handle);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal void Harden ()
|
||||||
|
{
|
||||||
|
tref.Harden ();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue