]> Dogcows Code - chaz/tint2/blobdiff - src/util/timer.h
*fix* calculate right struts for multiple monitors. fixes issue 148 and issue 178
[chaz/tint2] / src / util / timer.h
index fae0203546c39dd40e6847f8285d4c6435622b03..e938b2f2a89b196a156ed34596e75b96c9d0e103 100644 (file)
@@ -45,4 +45,7 @@ void reset_timer(int id, int value_sec, int value_nsec, int interval_sec, int in
 /** uninstalls a timer with the given 'id'. If no timer is installed with this id nothing happens **/
 void uninstall_timer(int id);
 
+/** uninstalls all timer. Calls uninstall_timer for all available id's **/
+void uninstall_all_timer();
+
 #endif // TIMER_H
This page took 0.021993 seconds and 4 git commands to generate.