Hi there,
I'm using gobject.timeout_add() to display a timer in my project (dojotools).
I was wondering if there is any other way to achieve the same results, but without the gobject dependency.
The requirement is just calling a method repeatedly, in a certain time interval.