GLib Dependency Model

2007-08-15 Thread Emilio Monti
at link time. Of course, GLib doesn't need to left out any object currently included, but the fact that there is the possibility to do so is, in my opinion, an index of the good quality of the GLib design. Do not hesitate to ask me Dependency Model for other open source libraries if you find them

g_timeout_add to a context

2007-06-07 Thread Emilio Monti
Hi, Is there any good motivation for the lack of the GMainContext argument from "g_timeout_add" ? Is there any counter-indication for the addition of a function like the following to "gmain" ? - guint g_timeout_add_to_context(guint interval, GSourceFunc fun