Re: [Java-gnome-developer] Use of destroy()
Brought to you by:
afcowie
From: Jerry H. <wa...@la...> - 2004-10-30 14:35:16
|
I've been pondering how the mapping system could change dramatically. My idea involves storing the mapping in C. Keep a Java Object -> GObject hash structure of some kind. We would keep a ref on the GObjects. If there is a way to participate in the GC call, we could scan the map for ref count 1's, and unref them. If not, we'd need our own GC process. |