]> git.sesse.net Git - vlc/commitdiff
lua: Update the README.
authorRémi Duraffort <ivoire@videolan.org>
Mon, 13 Sep 2010 20:50:26 +0000 (22:50 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Mon, 13 Sep 2010 20:50:26 +0000 (22:50 +0200)
share/lua/README.txt

index b968b194a8668446f8662a8c0771b5a47bce4804..1dd3609d95e69743226621701e9973009d4fa885 100644 (file)
@@ -173,6 +173,10 @@ misc.lock_and_wait(): Lock our object thread and wait for a wake up signal.
 misc.should_die(): Returns true if the interface should quit.
 misc.quit(): Quit VLC.
 
+misc.timer(callback): Create a timer which call the callback function
+  :schedule(relative, value, interval): schedule the timer
+  :getoverrun(): number of time the timer got overrun (normally 0)
+
 Net
 ---
 net.url_parse( url, [option delimiter] ): Parse URL. Returns a table with