# HG changeset patch # User reimar # Date 1275072325 0 # Node ID 8e96ba5f45795817be3934d660ea8e8ce734aafe # Parent 4e3a73b14a054a4bc30d9de5331b171fc6b5483e Document time scale for stream_check_interrupt argument. diff -r 4e3a73b14a05 -r 8e96ba5f4579 stream/stream.h --- 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;