[vlc-devel] commit: LUA: update object types list ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Jan 19 18:37:35 CET 2009


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Mon Jan 19 19:30:01 2009 +0200| [0ffb6df694fa3fd5ce932cc6c0a52eb163526d9d] | committer: Rémi Denis-Courmont 

LUA: update object types list

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0ffb6df694fa3fd5ce932cc6c0a52eb163526d9d
---

 share/lua/README.txt |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/share/lua/README.txt b/share/lua/README.txt
index b10ad82..045d603 100644
--- a/share/lua/README.txt
+++ b/share/lua/README.txt
@@ -155,10 +155,9 @@ object.find( object, type, mode ): Find an object of given type. mode can
   look in "object"'s parent objects. If set to "child" it will look in
   "object"'s children. If set to "anywhere", it will look in all the
   objects. If object is unset, the current module's object will be used.
-  Type can be: "libvlc", "module", "intf", "playlist", "input", "decoder",
-  "vout", "aout", "packetizer", "encoder", "dialogs", "announce", "demux",
-  "access", "stream", "opengl", "filter", "osdmenu", "httpd_host",
-  "interaction", "generic". This function is slow and should be avoided.
+  Type can be: "libvlc", "playlist", "input", "decoder",
+  "vout", "aout", "packetizer", "encoder", "osdmenu", "generic".
+  This function is deprecated and slow and should be avoided.
 object.find_name( object, name, mode ): Same as above except that it matches
   on the object's name and not type. This function is also slow and should
   be avoided if possible.




More information about the vlc-devel mailing list