vlc | branch: master | Rémi Duraffort <[email protected]> | Mon Sep 13 22:50:26 2010 +0200| [538256248634dcc3ce44357a642d64a2cff1a477] | committer: Rémi Duraffort
lua: Update the README. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=538256248634dcc3ce44357a642d64a2cff1a477 --- share/lua/README.txt | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/share/lua/README.txt b/share/lua/README.txt index b968b19..1dd3609 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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
