GNOME Bugzilla – Bug 726872
gio: Add names to idles and timeouts
Last modified: 2014-03-28 00:51:39 UTC
.
Created attachment 272625 [details] [review] gio: Add names to idles and timeouts This isn't too useful for some of the "return result in idle" functions, but it's better than nothing.
Review of attachment 272625 [details] [review]: Do we reliably get these names in debug output now ? Would be great to add some information about this to the 'how to run and debug...' section in the docs. In any case, adding these names looks good.
Comment on attachment 272625 [details] [review] gio: Add names to idles and timeouts >+ g_source_set_name (source, "[gio] complete_in_idle_cb"); I think the name of the object this is related to would be more useful than "[gio]".
Attachment 272625 [details] pushed as 8792609 - gio: Add names to idles and timeouts Anything better will have to go in another bug/patch.