]> git.sesse.net Git - vlc/blobdiff - share/lua/README.txt
lua: Update the README.
[vlc] / 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