From: RĂ©mi Duraffort Date: Mon, 13 Sep 2010 20:50:26 +0000 (+0200) Subject: lua: Update the README. X-Git-Tag: 1.2.0-pre1~5274 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=538256248634dcc3ce44357a642d64a2cff1a477 lua: Update the README. --- 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