changeset 31192:8e96ba5f4579

Document time scale for stream_check_interrupt argument.
author reimar
date Fri, 28 May 2010 18:45:25 +0000
parents 4e3a73b14a05
children f41fda4fe85f
files stream/stream.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream.h	Fri May 28 18:44:41 2010 +0000
+++ b/stream/stream.h	Fri May 28 18:45:25 2010 +0000
@@ -327,7 +327,8 @@
 /// Set the callback to be used by libstream to check for user
 /// interruption during long blocking operations (cache filling, etc).
 void stream_set_interrupt_callback(int (*cb)(int));
-/// Call the interrupt checking callback if there is one.
+/// Call the interrupt checking callback if there is one and
+/// wait for time milliseconds
 int stream_check_interrupt(int time);
 
 extern int dvd_title;