> > > Any chance of a 0.10.1 release with the current work before it gets > > > the dependency on glib 2.14? > > > > We won't be adding a dependency on glib 2.14. We'll just use the new > > timeout function if glib 2.14 is available at ./configure time. > > How would that work for python plugins like the Magnatune one (which > uses timeouts to decide when to check for a new version of the catalog)?
What sort of times are we talking about? Surely you don't check for new versions of the catalog on a sub second basis? That call is designed for things that don't need sub second accuracy so the wakeups can happen every second. So if you do it by seconds and at a guess it wouldn't matter if the update ran a bit early or late for something like a catalog update. http://developer.gnome.org/doc/API/2.2/glib/glib-The-Main-Event-Loop.html#g-timeout-add-seconds Peter _______________________________________________ rhythmbox-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
