Re: Suggestions about g_signal_connect_data and/or g_object_set_data_full

2009-01-03 Thread Tristan Van Berkom
On Fri, Jan 2, 2009 at 2:35 PM, Rodrigo Miguel rodrm...@gmail.com wrote: Hello all, I've the code below, so here are just a couple of questions: 1) I'm curious, if I close the app by clicking the button that calls gtk_main_quit, instead of forceing the window to be destroyed, it doesn't

Suggestions about g_signal_connect_data and/or g_object_set_data_full

2009-01-02 Thread Rodrigo Miguel
Hello all, I've the code below, so here are just a couple of questions: 1) I'm curious, if I close the app by clicking the button that calls gtk_main_quit, instead of forceing the window to be destroyed, it doesn't call my GClosureNotify/GDestroyNotify functions. So, I wrote a small code that