[vlc-commits] config: fix config_GetPszChoices() Doxygen
Rémi Denis-Courmont
git at videolan.org
Wed Feb 28 20:02:45 CET 2018
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Feb 28 20:22:18 2018 +0200| [5236be05c406004499b40ed6599879be6da914b5] | committer: Rémi Denis-Courmont
config: fix config_GetPszChoices() Doxygen
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5236be05c406004499b40ed6599879be6da914b5
---
include/vlc_configuration.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc_configuration.h b/include/vlc_configuration.h
index c39fbc1575..60e89b4fe6 100644
--- a/include/vlc_configuration.h
+++ b/include/vlc_configuration.h
@@ -244,7 +244,7 @@ VLC_API ssize_t config_GetIntChoices(const char *, int64_t **values,
* In case of error, both pointers are set to NULL.
*/
VLC_API ssize_t config_GetPszChoices(const char *,
- char ***, char ***) VLC_USED;
+ char ***values, char ***texts) VLC_USED;
VLC_API int config_SaveConfigFile( vlc_object_t * );
#define config_SaveConfigFile(a) config_SaveConfigFile(VLC_OBJECT(a))
More information about the vlc-commits
mailing list