]> git.sesse.net Git - vlc/blobdiff - share/lua/README.txt
lua: raise an erro from net.poll() when quitting
[vlc] / share / lua / README.txt
index 18469386ee052e85a2e999c004b5a95eb6034c97..9c9c8ac8a84aed1182200b3954d751d0e539cfe6 100644 (file)
@@ -159,6 +159,10 @@ misc.quit(): Quit VLC.
 
 Net
 ---
+----------------------------------------------------------------
+/!\ NB: this namespace is ONLY usable for interfaces.
+---
+----------------------------------------------------------------
 net.url_parse( url, [option delimiter] ): Parse URL. Returns a table with
   fields "protocol", "username", "password", "host", "port", path" and
   "option".