GNOME Bugzilla – Bug 342247
cleanup: get rid of eel_gtk_signal_connect_free_data
Last modified: 2006-05-24 13:41:17 UTC
el_gtk_signal_connect_free_data is a leftover from the gtk 1.2. days, as the gtk_signal in the names highlights. GObject has an equivalent function: g_signal_connect_data
Created attachment 65765 [details] [review] patch the attached patch replaces the eel_gtk_signal function with its gobject equivalent.
Created attachment 65767 [details] [review] eel patch once the above patch is committed, we can get rid of the helpers from eel
Looks good. Please commit both patches.
done.