mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 04:45:39 +00:00
95978e0ce7
* glib/Source.cs: Add new base class to hold the method to be called, and the proxy handler we use to keep references to them and avoid a collection. Exposes a new variables that references all the active Timeouts and Idle handlers to avoid collection/ * glib/Timeout.cs: Implement TimeoutProxy that acts as a filter to remove the proxy when the timeout is removed. Register a TimeoutProxy when we create a timeout. * glib/Idle.cs: Implement IdleProxy that acts as a filter to remove the proxy when the idle handler is removed. Register an IdleProxy when we create a timeout. svn path=/trunk/gtk-sharp/; revision=34094
16 lines
403 B
Plaintext
16 lines
403 B
Plaintext
Mike Kestner <mkestner@ximian.com>
|
|
|
|
Documentation:
|
|
|
|
psonek2@seznam.cz
|
|
Duncan Mak
|
|
Miguel de Icaza
|
|
John Luke <john.luke@gmail.com>
|
|
Marques Johansson <marques@displague.com>
|
|
Iain McCoy <iain@mccoy.id.au>
|
|
eric@extremeboredom.net (Eric Butler)
|
|
Jamin Philip Gray <jamin@pubcrawler.org>
|
|
chris@turchin.net (Chris Turchin)
|
|
jaspervp@gmx.net (Jasper van Putten)
|
|
wizito@gentelibre.org ( Néstor Salceda)
|