Marks a start time, so that future calls to glib.timer.Timer.elapsed will report the time since glib.timer.Timer.start was called. glib.timer.Timer.new_ automatically marks the start time, so no need to call glib.timer.Timer.start immediately after creating the timer.
Marks a start time, so that future calls to glib.timer.Timer.elapsed will report the time since glib.timer.Timer.start was called. glib.timer.Timer.new_ automatically marks the start time, so no need to call glib.timer.Timer.start immediately after creating the timer.