@@ -451,10 +451,18 @@ interval: (of_time_interval_t)interval repeats: (bool)repeats block: (of_timer_block_t)block; #endif +/** + * @brief Compares the timer to another timer. + * + * @param timer The timer to compare the string to + * @return The result of the comparison + */ +- (of_comparison_result_t)compare: (OFTimer *)timer; + /** * @brief Fires the timer, meaning it will execute the specified selector on the * target. */ - (void)fire;