[Glade-users] Passing GladeXML object to window's delete event]



On Mon, 2006-12-18 at 18:43 -0800, Micah Carrick wrote:
I'm trying to pass a structure which contains a GSList of open documents 
(to check for save) and a GladeXML object. However, with this function, 
the GladeXML object comes as NULL where the GSList is still in tact.

Is the GladeXML object destroyed by my window's delete event before my 
handler is called?

No it is not bound to the heirarchy that it created for you, is there
any reason you are keeping it around after using it to create the
hierarchy and hook up your signals ?

I recommend you get rid of the GladeXML after its initial use, its
quite beefy in terms of memory usage and unneeded after the initial
parse.

Cheers,
                -Tristan






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]