[Gtk-sharp-list] Delegate wrappers and GC [Patch]

Gonzalo Paniagua Javier gonzalo@ximian.com
06 Apr 2003 11:23:23 +0200


El jue, 03 de 04 de 2003 a las 21:20, Miguel de Icaza escribió:
> Hello,
> 
> > The patch modifies DelegateWrapper to hold a Hashtable containing
> > DelegateWrappers as keys and a WeakReference to the object that creates
> > them as values.
> 
> This information should be added as comments to the Gtk# source code in
> any event to explain to future generations why this is done this way.

I've added some comments to DelegateWrapper.cs

Anyone from the documentation team, please, add that information to the
DelegateWrapper.xml file or tell me how to do it properly.

-Gonzalo