From 538256248634dcc3ce44357a642d64a2cff1a477 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Mon, 13 Sep 2010 22:50:26 +0200 Subject: [PATCH] lua: Update the README. --- share/lua/README.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/lua/README.txt b/share/lua/README.txt index b968b194a8..1dd3609d95 100644 --- a/share/lua/README.txt +++ b/share/lua/README.txt @@ -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 -- 2.39.2