vlc | branch: master | Pierre Ynard <[email protected]> | Tue Nov 15 01:30:08 
2016 +0100| [303cb351e94a08818bbe380f30ec48052644a208] | committer: Pierre Ynard

sd: fix SD loading API documentation

There's no point in passing a list of modules to load at the same time
there, and it's not supported.

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

 include/vlc_playlist.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vlc_playlist.h b/include/vlc_playlist.h
index c320fe9..8ed337c 100644
--- a/include/vlc_playlist.h
+++ b/include/vlc_playlist.h
@@ -323,7 +323,7 @@ VLC_API int playlist_Import( playlist_t *p_playlist, const 
char *psz_file );
 
 /********************** Services discovery ***********************/
 
-/** Add a list of comma-separated service discovery modules */
+/** Add a service discovery module */
 VLC_API int playlist_ServicesDiscoveryAdd(playlist_t *, const char *);
 /** Remove a services discovery module by name */
 VLC_API int playlist_ServicesDiscoveryRemove(playlist_t *, const char *);

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to