Searched refs:fireInterval (Results 1 – 1 of 1) sorted by relevance
111 void RunLoop::TimerBase::start(double fireInterval, bool repeat) in start() argument116 m_timerSource = adoptGRef(g_timeout_source_new(static_cast<guint>(fireInterval * 1000))); in start()