On Wed, 2009-11-18 at 09:24 -0200, Paulo Flabiano Smorigo wrote: > > Hi Jonathon, > > Thanks for the reply... > > In some code in google code search I found g_signal_new and > gtk_signal_new. What's the difference between both? >
gtk_signal_new is deprecated, so use g_signal_new instead. > Thanks! > Paulo Krzesimir _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
