]> git.sesse.net Git - vlc/blobdiff - share/lua/README.txt
Add error handling to luac intf.
[vlc] / share / lua / README.txt
index 15d92aade7470898655810735c9f7bffc5048139..f7e6283edb527b78efc7d5758fbcf23e986f57aa 100644 (file)
@@ -130,6 +130,14 @@ input.item(): Get the current input item. Input item methods are:
     .played_abuffers
     .lost_abuffers
 
+MD5
+---
+md5( str ): return the string's hash
+md5(): create an md5 object with the following methods:
+  :add( str ): add a string to the hash
+  :end_(): finish hashing
+  :hash(): return the hash
+
 Messages
 --------
 msg.dbg( [str1, [str2, [...]]] ): Output debug messages (-vv).