#include <glibmm.h>
#include <clutter/clutter-timeout-pool.h>
Go to the source code of this file.
Namespaces | |
namespace | Clutter |
Classes | |
class | Clutter::TimeoutPool |
A timeout pool should be used when multiple timeout functions, running at the same priority, are needed and the Glib::SignalTimeout API might lead to starvation of the time slice of the main loop. More... |