aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/timer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/timer.h b/common/timer.h
index 68f8aef258..c87c2b3240 100644
--- a/common/timer.h
+++ b/common/timer.h
@@ -51,7 +51,8 @@ public:
virtual bool installTimerProc(TimerProc proc, int32 interval, void *refCon) = 0;
/**
- * Remove the given timer callback. It will not be invoked anymore.
+ * Remove the given timer callback. It will not be invoked anymore,
+ * and no instance of this callback will be running anymore.
*/
virtual void removeTimerProc(TimerProc proc) = 0;
};