[Webkit-unassigned] [Bug 137513] [GLib] Add a simple GMainLoopSource variant

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 9 08:48:10 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=137513





--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-10-09 08:48:06 PST ---
(From update of attachment 239460)
I'm more and more convinced about this approach of a separate class, however, I would not make a subclass, but a different class with a different name. Since in the end it's quite different to GMainLoopSource (it's restricted to non repeating timeout sources, without destroy functions, non thread safe, etc.). It could be something like GPersistentSource, for example. And instead of schedule, I would use fire, for example, and isPending().

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list