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
15 lines
403 B
Text
15 lines
403 B
Text
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)
|