Commit ccb600f2 authored by Rémi Duraffort's avatar Rémi Duraffort

lua: fix README.

(cherry picked from commit 638854386e24bc8b66bad667f8d7a9416ffab9a1)
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 80db5ed7
......@@ -162,8 +162,8 @@ misc.cachedir(): Get the user's VLC cache directory.
misc.datadir_list( name ): FIXME: write description ... or ditch function
if it isn't useful anymore, we have datadir and userdatadir :)
misc.mdate(): Get the current date (in milliseconds).
misc.mwait(): Wait for the given date (in milliseconds).
misc.mdate(): Get the current date (in microseconds).
misc.mwait(): Wait for the given date (in microseconds).
misc.lock_and_wait(): Lock our object thread and wait for a wake up signal.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment