]>
Dogcows Code - chaz/openbox/blob - otk_c/timerqueue.h
1 // -*- mode: C; indent-tabs-mode: nil; c-basic-offset: 2; -*-
7 void OtkTimerQueue_Initialize();
9 //! Will wait for and fire the next timer in the queue.
11 The function will stop waiting if an event is received from the X server.
13 void OtkTimerQueue_Fire();
15 //! Adds a new timer to the queue
17 @param timer An OtkTimer to add to the queue
19 void OtkTimerQueue_Add(OtkTimer
* timer
);
21 //! Removes a timer from the queue
23 @param timer An OtkTimer already in the queue to remove
25 void OtkTimerQueue_Remove(OtkTimer
* timer
);
27 #endif // __timerqueue_h
This page took 0.032445 seconds and 4 git commands to generate.