[vlc-commits] config: fix config_GetIntChoices() Doxygen

Rémi Denis-Courmont git at videolan.org
Wed Feb 28 20:02:41 CET 2018


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Feb 28 20:22:18 2018 +0200| [6f56af62f0fcd40a7755dedb6541a1261ca5e24b] | committer: Rémi Denis-Courmont

config: fix config_GetIntChoices() Doxygen

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

 include/vlc_configuration.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/vlc_configuration.h b/include/vlc_configuration.h
index 1aab5d7a06..4651da526e 100644
--- a/include/vlc_configuration.h
+++ b/include/vlc_configuration.h
@@ -232,8 +232,8 @@ VLC_API void config_PutPsz(const char *name, const char *val);
  * \note the caller is responsible for calling free() on all descriptions and
  * on both tables. In case of error, both pointers are set to NULL.
  */
-VLC_API ssize_t config_GetIntChoices(const char *,
-                                     int64_t **, char ***) VLC_USED;
+VLC_API ssize_t config_GetIntChoices(const char *, int64_t **values,
+                                     char ***texts) VLC_USED;
 
 /**
  * Determines a list of suggested values for a string configuration item.



More information about the vlc-commits mailing list