On Fri, Nov 18, 2005 at 02:12:26PM +0100, Tim Janik wrote: > 3) implement hash table reference counting in GLib natively, also allowing > the use of hash tables as boxed types.
to use this, one might want finalization notification on the hash-table itself -- some hashtables don't properly own their data. (although i hate to see the size of GHashTable bloat too much...) also, are you planning on doing the same to GTree? - dave _______________________________________________ gtk-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-devel-list
