conformal / gotk3

Go bindings for GTK3
ISC License
470 stars 81 forks source link

glib.IdleAdd and glib.TimeoutAdd don't respect callback return value. #91

Open tkerber opened 10 years ago

tkerber commented 10 years ago

The callbacks passed to IdleAdd and TimeoutAdd should be executed again by the program if they return true. In both cases callbacks get called exactly once, regardless of return value.