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

Miguel de Icaza miguel@ximian.com
03 Apr 2003 14:20:20 -0500


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.

Miguel