Code review comment for lp:~nick-dedekind/unity/lp1044823.glib.Source

Revision history for this message
Nick Dedekind (nick-dedekind) wrote :

I believe we should keep the bools so that if you call Source::Remove (directly, or on destruction) during the callback, then the Remove will not destroy the GSource immediately, and will cause the callback to return false to destroy when it's complete.

« Back to merge proposal