]> git.sesse.net Git - vlc/blobdiff - share/lua/README.txt
Remove VLC_OBJECT_OSDMENU
[vlc] / share / lua / README.txt
index 045d603b7626cfc0dbd636f8479c438b6ba87f4b..faf59257ec7db204a2e1ca5178f8174c9853f97d 100644 (file)
@@ -156,7 +156,7 @@ object.find( object, type, mode ): Find an object of given type. mode can
   "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", "playlist", "input", "decoder",
-  "vout", "aout", "packetizer", "encoder", "osdmenu", "generic".
+  "vout", "aout", "packetizer", "encoder", "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