1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-31 06:46:39 +02:00

lua: Update the README.

This commit is contained in:
Rémi Duraffort 2010-09-13 22:50:26 +02:00
parent 498262cef5
commit 5382562486

View 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