Re: GWeakNotify fired earlier than expected

2009-03-16 Thread IdaRub
On Mon, Mar 16, 2009 at 5:51 PM, Havoc Pennington wrote: > Hi, > > On Mon, Mar 16, 2009 at 12:45 PM, IdaRub wrote: >> After reading the gobject code a bit more, it seems that weak >> references are fired on dispose, not finalize: >> > > Right, that's co

Re: GWeakNotify fired earlier than expected

2009-03-16 Thread IdaRub
tch dispose without shimming the instance handler. Any ideas? On Mon, Mar 16, 2009 at 5:16 PM, IdaRub wrote: > Hi, > > From reading the documentation, I am expecting a GWeakNotify to be > fired when the object is finalized (which I interpret as right before > it is freed).  How