[vlc-devel] [PATCH 09/40] lua: sd: clarify documentation a little

RĂ©mi Denis-Courmont remi at remlab.net
Sun May 14 17:45:39 CEST 2017


---
 share/lua/README.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/lua/README.txt b/share/lua/README.txt
index fb5fe2759c..fd55bc3317 100644
--- a/share/lua/README.txt
+++ b/share/lua/README.txt
@@ -330,8 +330,8 @@ sd.add_item( ... ): Add an item to the service discovery.
 sd.remove_item( item ): remove the item.
 
 n = vlc.sd.add_node( {title="Node"} )
-n:add_subitem( ... ): Same as sd.add_item(), but as a subitem of n.
-n:add_subnode( ... ): Same as sd.add_node(), but as a subnode of n.
+n:add_subitem( ... ): Same as sd.add_item(), but as a child item of node n.
+n:add_subnode( ... ): Same as sd.add_node(), but as a subnode of node n.
 
 d = vlc.sd.add_item( ... ) Get an item object to perform following set operations on it:
 d:set_name(): the item's name in playlist
-- 
2.11.0



More information about the vlc-devel mailing list