GNOME Bugzilla – Bug 620511
Use g_source_set_name for all custom GSources in GTK+
Last modified: 2010-06-04 14:32:41 UTC
Naming the sources allows easier debugging with e.g. SystemTap probes.
Created attachment 162690 [details] [review] Use g_source_set_name for all custom GSources in GTK+
Comment on attachment 162690 [details] [review] Use g_source_set_name for all custom GSources in GTK+ Makes sense to me. Do we need to bump the glib dep for this ?
Committed (and the glib dep bumped)
Created attachment 162757 [details] [review] g_source_set_name on custom sources Fixed to use GLIB_CHECK_VERSION